Bitzyg — Markdown tools for writers and developers

Markdown tools that get out of your way

Bitzyg is a small collection of Markdown utilities for writers, developers, and anyone who lives in a text editor. We keep the tools simple, offline-friendly, and free.

Why Markdown still matters in 2026

After two decades of HTML, twenty different rich-text editors, and an army of WYSIWYG tools, Markdown is still the format most writers reach for first. It loads instantly, it diffs cleanly in version control, and the syntax you learn on day one is the same syntax you use on day three thousand.

The format was designed by John Gruber and Aaron Swartz in 2004 with a single goal: write something that looks like plain text but converts to valid HTML. That constraint produced a notation that survived the rise of Notion, the fall of Evernote, and the entire React ecosystem. Today, Markdown is the default authoring format for GitHub, Reddit comments, Discord messages, Obsidian notes, Hugo blogs, Pandoc pipelines, and every static site generator worth using.

What you can do with Markdown right now

Markdown solves three problems at once. First, it separates content from presentation — your prose is just text, your style lives in CSS, and switching themes never breaks your writing. Second, it is portable — the same file renders in GitHub, in your terminal, in your blog, and in your AI chat window. Third, it forces structure: headings are headings, lists are lists, and code is code, because there is no other way to express those ideas in plain text.

The tools we ship

  • Table generator — type column headers, paste rows, get formatted Markdown back. Handles alignment, escaping, and the edge cases of pipe characters inside cell content.
  • Format converter — Markdown to HTML, PDF, DOCX, and back. Uses Pandoc under the hood, runs entirely in your browser via WebAssembly, no files leave your machine.
  • Cheatsheet — single page with every Markdown variant we care about (CommonMark, GFM, MyST, Pandoc), what it renders to, and which platforms support it.

Who this is for

If you write technical documentation, blog posts, GitHub READMEs, or prompts for AI tools, Bitzyg removes the friction of “wait, how do I make a table again?” or “why did my list break?”. It is not a replacement for VS Code, Obsidian, or iA Writer — those are full editors. Bitzyg is the small set of conversion + reference tools you reach for when those editors are not what you need.

Browse the table generator, the converter, or the cheatsheet from the navigation above. Everything is free, everything works offline once loaded, and nothing tracks you.

Further reading