Loading...
Loading...
Markdown
MIME type: text/markdown
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It's the standard for README files, documentation, blog posts, and note-taking apps.
Markdown uses simple syntax: # for headings, * for bold/italic, - for lists, []() for links, ```for code blocks. CommonMark is the standardized specification. GitHub Flavored Markdown (GFM) adds tables, task lists, and strikethrough.
Markdown (.md) files contain formatted text using a simple syntax. Headers use #, bold uses **, lists use -, and links use [text](url). It's the standard for documentation and README files.