Markdown
0 chars
Preview
Headings
# H1Heading level 1 β largest## H2Heading level 2### H3Heading level 3#### H4Heading level 4##### H5Heading level 5###### H6Heading level 6 β smallestEmphasis & inline formatting
**bold**Bold text*italic*Italic text***bold italic***Bold and italic`code`Inline code>blockquoteBlockquote~~strikethrough~~Strikethrough textLists
- itemUnordered list item (also * or +)1. itemOrdered list item - nestedNested list β indent with 2 spaces- [x] doneChecked task list item- [ ] todoUnchecked task list itemLinks & images
[text](url)Inline link[text](url "title")Link with tooltip titleImage[ref]: urlReference-style link definition[text][ref]Reference-style link usage<https://url>Auto-linked URLCode blocks
```jsFenced code block with language```Fenced code block (no language) indented4-space indented code blockTables, rules & misc
---Horizontal rule (also *** or ___)\Trailing backslash β forces a line break| col | col |Table row| --- | --- |Table separator row (required)| :-- | --: |Left-align / right-align column Non-breaking space (HTML entity)Examples β click to load
Getting started
Headings with #, bold with **, a bullet list, and a blockquote.
Text formatting
All inline styles: **bold**, *italic*, ***both***, ~~strikethrough~~, and backtick `code`.
Lists & tasks
Unordered lists with -, ordered with 1., nested with 2-space indent, and task lists with - [x].
Code blocks
Inline code with backticks, fenced blocks with ```language, and 4-space indented blocks.
Tables
Tables need a header row, a separator row with ---, then data rows. Use :---, :---:, ---: for alignment.
Full README
A realistic README combining headings, code blocks, ordered steps, task lists, a rule, a blockquote, and a link.