Skip to content

Latest commit

 

History

History
163 lines (101 loc) · 2.09 KB

doxet-test.md

File metadata and controls

163 lines (101 loc) · 2.09 KB

doxet-test

Atx-style headers

Input:

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Blockquotes

Input:

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

List

Input:

Unordered list 1

  • Red
  • Green
  • Blue

Unordered list 2

  • Red
  • Green
  • Blue

Unordered list 3

  • Red
  • Green
  • Blue

Ordered list 1

  1. Bird
  2. McHale
  3. Parish

Ordered list 2

  1. Bird
  2. McHale
  3. Parish

Ordered list 3

  1. Bird
  2. McHale
  3. Parish

Emphasis

Input:

single asterisks

single underscores

double asterisks

double underscores

Link

Input:

This is an example inline link.

This link has no title attribute.

Auto Link

Input:

http://markable.in

[email protected]

Image

Input:

Alt text

Google Logo

![Alt text][id] [id]: url/to/image "Optional title attribute"

![Google Logo][googlelogo] [googlelogo]: http://www.google.com.hk/intl/zh-CN/images/logo_cn.png

Horizontal Rules

Input:






Footnote

Input:

Footnotes1 have a label2 and a definition3.

Table

NOTE: Table syntax is only supported on server side.

Input:

Left align Right align Center align
This This This
column column column
will will will
be be be
left right center
aligned aligned aligned
  • Outer pipes on tables are optional
  • Colon used for alignment (right versus left)

Code

Input:

print is a python method.

Output:

Code Fencing

Use ``` to wrap code section and you won't need to indent manually to trigger a code block.

Input:

This is a code block.
No need to indent manually.

Footnotes

  1. This is a footnote

  2. A footnote on "label"

  3. The definition of a footnote.