Donk Tools

Markdown 预览

Editor

Hello Markdown!

This is bold and italic text.

Features

  • Headers (h1-h6)
  • Bold and italic
  • Links
  • Inline code and code blocks
  • Unordered and ordered lists
  • Tables
  • Blockquotes
  • Horizontal rules
  • Images
  • // Code block
    const hello = "world";
    console.log(hello);
    

    "The best way to predict the future is to invent it."
    — Alan Kay


    FeatureSupport
    Headers
    Lists
    Tables

    What is Markdown?

    Markdown is a lightweight markup language for formatting text. It uses plain text syntax to create formatted content — headers, lists, links, code blocks, and more — that can be converted to HTML. Created by John Gruber in 2004, it's now the standard for README files, documentation, forums, and many CMS platforms.