$ man markdown
Engineering · Development Tools
Markdown
Plain text format with simple syntax for headings, lists, links, and formatting.
by Shawn Tenam
为什么重要
All your content lives in markdown. Blog posts, drafts, voice files, workflows, skill documentation. Markdown is readable as plain text, version-controllable in Git, and renderable as HTML.
你怎么用它
# heading, **bold**, - list item, [link](url). Write in any text editor. Commit to Git. Render on your site. No proprietary formats. No lock-in.
相关术语