Markdown Cheatsheet/Test
Using this as a test post and also a place to refer back to when writing these posts.
Heading1 “#”
Heading2 “##”
Heading3 “###”
BOLD TEXT “_”
italicized text “_”
Blockquote “> _”
‘Code’ “‘_’”
^Horizontal Line “’’’”
Google <— Link “[title] https://www.example.com)”

^ Image “! alt text”
-
- If you want to add additional customization, then you would do something like:
- style=”width:200px; float:right;” with {}
’’’
Table:
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
-
use “ ” and just make a table
Fenced code block
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}