# All Markdown > Every markdown tool in one place, running entirely in the browser. > Files never leave the visitor's device: there is no backend, no account > and no upload. Conversion, preview and export all happen client-side. All Markdown is a static site. Every tool on it — the editor, the Word, PDF, HTML and Google Docs converters, the table generator, the formatter — runs as JavaScript inside the visitor's own tab. There is no API to call and no file upload endpoint, which is also why the tools keep working offline. It is free, needs no sign-up, and is published by ImproveKit. ## Tools - [Markdown viewer & editor](https://allmarkdown.com/): The app: open, edit, preview and convert markdown in the browser. - [Markdown live preview](https://allmarkdown.com/markdown-preview): Render markdown as you type, or paste a file and read it rendered. - [Markdown converter](https://allmarkdown.com/markdown-converter): Every conversion to and from markdown, each running in the browser. - [Markdown to PDF](https://allmarkdown.com/markdown-to-pdf): Export a markdown document to PDF using the browser print engine. - [Markdown cheat sheet](https://allmarkdown.com/cheat-sheet): Every markdown element with examples and a live editor. - [Word to Markdown](https://allmarkdown.com/word-to-markdown): Convert a .docx file to markdown without uploading it. - [Markdown to Word](https://allmarkdown.com/markdown-to-word): Turn markdown into a document that opens in Word. - [PDF to Markdown](https://allmarkdown.com/pdf-to-markdown): Extract a PDF to markdown locally, with headings inferred from layout. - [Markdown table generator](https://allmarkdown.com/table-generator): Build a markdown table in a visual grid, or paste one in to edit. - [Markdown formatter](https://allmarkdown.com/formatter): Tidy messy markdown: consistent bullets, renumbered lists, fixed spacing. - [HTML to Markdown](https://allmarkdown.com/html-to-markdown): Convert HTML files or markup to markdown in the browser. - [Paste to Markdown](https://allmarkdown.com/paste-to-markdown): Paste formatted text from any app and get markdown back. - [What is an .md file](https://allmarkdown.com/what-is-a-md-file): MD stands for Markdown: what an .md file is and how to open it. - [Markdown templates](https://allmarkdown.com/templates): Ready-made documents that open pre-filled in the editor. - [Discord Markdown](https://allmarkdown.com/discord-markdown): Every format Discord supports, and where it departs from standard Markdown. - [Slack Markdown](https://allmarkdown.com/slack-markdown): Slack's mrkdwn syntax and the differences that catch people out. - [Confluence to Markdown](https://allmarkdown.com/confluence-to-markdown): Convert a Confluence page to markdown from your clipboard. - [Google Docs to Markdown](https://allmarkdown.com/google-docs-to-markdown): Convert a Google Doc to markdown without connecting an account. - [Markdown to Google Docs](https://allmarkdown.com/markdown-to-google-docs): Copy markdown as rich text and paste it into a Google Doc, formatted. - [YAML front matter](https://allmarkdown.com/front-matter): The metadata block between three dashes: rules, tools and traps. ## Syntax guides - [How to write headings in Markdown](https://allmarkdown.com/syntax/headings): Markdown headings use one to six hashes for H1 to H6. The space after the hashes is what makes it a heading. Runs privately in your browser. - [How to add a line break in Markdown](https://allmarkdown.com/syntax/line-breaks): Three ways to break a line in Markdown, with a live demo. Free and private — the editor runs in your browser and your text never leaves your device. - [How to add a horizontal line in Markdown](https://allmarkdown.com/syntax/horizontal-rule): Make a horizontal rule in Markdown with three dashes, and avoid the one case that turns it into a heading. Runs privately in your browser. - [How to add a hyperlink in Markdown](https://allmarkdown.com/syntax/links): Inline links, reference links, anchors and autolinks in Markdown, with a live demo. Private by design — nothing you type is uploaded. - [How to make numbered and bulleted lists in Markdown](https://allmarkdown.com/syntax/lists): Ordered lists, bullet lists, nesting and task lists in Markdown, with a live demo you can edit. Runs entirely in your browser. - [How to quote text in Markdown](https://allmarkdown.com/syntax/quotes): Blockquotes, nested quotes and multi-paragraph quotes in Markdown, with a live demo. Free and private — your text stays in your browser. - [How to make a table in Markdown](https://allmarkdown.com/syntax/tables): Markdown table syntax with alignment, a live editable demo, and the rules for line breaks and pipes inside cells. Runs privately in your browser. - [How to bold and italicise text in Markdown](https://allmarkdown.com/syntax/emphasis): Bold, italic and combined emphasis in Markdown, with a live demo. Free and private — the editor runs in your browser and your text never leaves it. - [How to write code blocks in Markdown](https://allmarkdown.com/syntax/code-blocks): Fenced code blocks, inline code and language highlighting in Markdown, with a live demo. Runs entirely in your browser — nothing is uploaded. - [How to add an image in Markdown](https://allmarkdown.com/syntax/images): Image syntax in Markdown, including alt text, titles and linked images, with a live demo. Private by design — nothing you type is uploaded. - [How to strike through text in Markdown](https://allmarkdown.com/syntax/strikethrough): Strikethrough syntax in Markdown with a live demo, plus where it works and where it does not. Free, private, and running in your browser. - [How to write a comment in Markdown](https://allmarkdown.com/syntax/comments): Markdown has no comment syntax — here are the three portable workarounds, with a live demo. Runs in your browser; nothing you write is uploaded. - [How to escape characters in Markdown](https://allmarkdown.com/syntax/escaping): Show literal asterisks, underscores, backticks and brackets in Markdown, with a live demo. Free and private — it all runs in your browser. - [How to write superscript and subscript in Markdown](https://allmarkdown.com/syntax/subscript-superscript): Superscript and subscript in Markdown, which need HTML in most renderers, with a live demo. Private by design — nothing leaves your browser. ## Templates - [README.md template for a software project](https://allmarkdown.com/templates/readme): Install, usage, an API table and contributing notes — the sections that stop your issue tracker filling up. - [Markdown resume template (and CV)](https://allmarkdown.com/templates/markdown-resume): A CV in plain text: version it, diff it, and export a clean PDF whenever you need one. - [Meeting notes template in Markdown](https://allmarkdown.com/templates/meeting-notes): Decisions first, discussion second, actions in a table with owners and dates. - [Markdown blog post template with front matter](https://allmarkdown.com/templates/blog-post): Front matter, a structure that opens with the answer, and the sections readers actually quote. - [CHANGELOG.md template (Keep a Changelog)](https://allmarkdown.com/templates/changelog): Keep a Changelog structure, semantic version headings, and comparison links that stay correct. - [CLAUDE.md template for a code repository](https://allmarkdown.com/templates/claude-md): Commands, layout, conventions and the gotchas — the context an agent needs before its first edit. - [AGENTS.md template for a repository](https://allmarkdown.com/templates/agents-md): Setup, commands, style and explicit boundaries — one file instead of a paragraph re-pasted into every prompt. - [llms.txt template and format](https://allmarkdown.com/templates/llms-txt): Title, one-blockquote summary, annotated link sections — the proposed format, filled in. ## Comparisons - [Markdown editor comparisons](https://allmarkdown.com/vs): How All Markdown compares with Dillinger, StackEdit and Typora. - [All Markdown vs Dillinger](https://allmarkdown.com/vs/dillinger): A Dillinger alternative that keeps your files on your device. Both are browser Markdown editors — this one has no server and no cloud accounts. - [All Markdown vs StackEdit](https://allmarkdown.com/vs/stackedit): A StackEdit alternative with no accounts and no sync. Both edit Markdown in the browser — this one never sends the document anywhere. - [All Markdown vs Typora](https://allmarkdown.com/vs/typora): A free Typora alternative that runs in the browser with nothing to install. Both keep files local — one is an app you buy, one is a tab you open. - [All Markdown vs MarkText](https://allmarkdown.com/vs/marktext): A MarkText alternative that needs no install and runs in any browser. Both are free and Markdown-first — one is a desktop app, one is a tab. ## Optional - [Sitemap](https://allmarkdown.com/sitemap): Every page on the site, grouped by what it is for. - [Privacy](https://allmarkdown.com/privacy): What is and is not collected: documents never leave the device. - [Terms](https://allmarkdown.com/terms): Free to use, provided as-is, your content stays yours. Full page list: https://allmarkdown.com/sitemap — machine-readable at https://allmarkdown.com/sitemap.xml