tips for markdown#
More detail can be found on this page: link
draft [<img src="/images/draft.png" alt="draft" align="left"/>]('')
Heading #heading-level1 ##heading-level2
paragraph - 2 spaces at end of line
bold **text**
text
italic *text*
text
bold and italic ***text***
text
image 
-case sensitive
link [text](https://www.example.com/text%20text)
code text
test
horizontal rule---
block quotes > text
text
numbered list 1. first
- first
- second
ordered list - one
- one
- two
table
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Syntax Description Header Title Paragraph Text