Bold text**text** or __text__
|
Italic text*text* or _text_
|
Deleted text~~text~~
|
Headings# Heading 1, ## Heading 2, ### Heading 3
|
Horizontal rule--- or ***
|
External links [text](url)
|
Image
|
|
Lists * for bullet lists, 1., 2., 3. etc for numbered lists, Lists for bullet lists * or - for numbered lists 1. FirstLists task - [x] Write the press release
|
Blockquotes This is a blockquote.
|
Tables
| row1-col1 | row1-col2 | row1-col3 |
|
FootnoteHere's a sentence with a footnote. [^1][^1]: This is the footnote.
|
|
Code Simple Code `Code sample`For code Block> ```php
|