Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.28 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.28 KB

Markdown Syntax

Head L2

Head L3

Head L4

Head L5
Head L6

Use '>' to mark reference. ...Continue reference...

Reference can be nested by using '>>'.

This is italic text.

This is bold text.

This is bold & italic text.

This is strike through text.

In-line code block here

// Multiple lines of code
Line 1 of code
Line 2 of code
# syntax highlighting
def function():
    return 1

function()
  • Bullet list element 1
  • Bullet list element 2
  • Bullet list element 3
  1. Numbered list element 1
  2. Numbered list element 2
  3. Numbered list element 3
Option Description
Table 1 The pipeline does not have to be vertically aligned
Opt 2 ... ...
... ... ...

A Link

A Link with Title

An Image with Tile

Link using reference

Image using reference