Href Pager - The Link is the document

Share small documents with no backend, no loading, and no platform dependencies. Href Pager encodes Markdown entirely inside a URL fragment, so the viewer renders content instantly without touching any server.

Capabilities

  • Generate shareable links that contain the full Markdown payload.
  • Preview encoded documents locally without uploading content.
  • Open links directly to read the original Markdown rendered as safe HTML.

Safety and protections

Links only ever load data from the fragment, so nothing is sent over the network. Rendering sanitizes the Markdown to block scripts, restrict links to http/https, and limit images to safe data URLs. Because the app runs entirely in your browser, the contents of the link stay private to you and the people you share it with.

What is a pager link?

A pager link is any URL generated by this tool that contains a #data= fragment. That fragment holds compressed Markdown text. Opening the link with JavaScript enabled automatically decompresses the fragment and renders the document for you.