Skip to content

tips for markdown#

More detail can be found on this page: link

draft [<img src="/images/draft.png" alt="draft" align="left"/>]('') draft

Heading #heading-level1 ##heading-level2

paragraph - 2 spaces at end of line

bold **text**

text

italic *text*

text

bold and italic ***text***

text

image ![text](/images/xxx.gif) -case sensitive

link [text](https://www.example.com/text%20text)

code text

test horizontal rule ---

block quotes > text

text

numbered list 1. first

  1. first
  2. second

ordered list - one

  • one
  • two

table | Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |

Syntax Description
Header Title
Paragraph Text