๐Ÿ“ MDPreview

Write Markdown. Preview instantly.

34 words ยท 221 chars

Welcome to MDPreview

Write Markdown here and see the preview in real time:

  • Live preview

  • GitHub-flavored

  • Tables & code
  • > Markdown is a lightweight markup language

    console.log('Hello, Markdown!')

    What is Markdown?

    Markdown was created by John Gruber and Aaron Swartz in 2004 with a simple goal: make a text format that's readable as plaintext AND convertible to HTML. It has since become the default writing format for developers โ€” used in GitHub READMEs, Notion, Discord, Slack, and virtually every developer tool.

    The beauty of Markdown is that you can write structured documents in any text editor without touching a mouse. Headers, lists, links, code blocks, images, tables โ€” all expressed in simple ASCII characters. The CommonMark spec (2014) and GitHub Flavored Markdown (GFM) added standardized syntax for tables, task lists, and strikethrough.

    • # for headers, **bold**, *italic*, [text](url) for links
    • Code blocks use triple backticks โ€” syntax highlighting by language name
    • Tables use pipes: | Column A | Column B |
    • Markdown files (.md) are future-proof โ€” readable even without a renderer