Markdown syntax guide
Headers
This is a Heading h1
This is a Heading h2
This is a Heading h6
Emphasis
This text will be italicThis will also be italic
This text will be boldThis will also be bold
You can combine them
Lists
Unordered
Ordered
Images
Links
Blockquotes
Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz.
Tables
| Left columns | Right columns |
| ------------- |:-------------:|
| left foo | right foo |
| left bar | right bar |
| left baz | right baz |
Blocks of code
Inline code
This web site is using plate
.
GitHub Flavored Markdown
Task Lists
- [x] @mentions, #refs, links, formatting, and <del>tags</del> supported
- [ ] list syntax required (any unordered or ordered list supported)
Strikethrough
~~This text is strikethrough~~
Autolinks
Visit https://github.com automatically converts to a link
Email example@example.com also converts automatically
Emoji
😄 ❤️