Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.39 KB

File metadata and controls

69 lines (48 loc) · 1.39 KB

Heading level 1

This is paragraph.

For line break inside the paragragh, use
multiple spaces at the end of line.

Citation

This the citation. It works for the whole block.

Code

echo "This is the code block!"

This is the inline code: echo "Inline code!"

Heading level 2

Lists

  • bullet list begins with stars
  • or with dashes

  • another item with following blockkquote

    Indented blockquote - must be indented by 4 spaces and in separate paragraph

  • another item with following code block

      ```bash
      echo "Indented code block - must be indented by 8 spaces and in separate paragraph"
    
  • last item

Links and internal links

This is common link.

This is internal link = anchor

Link made from name

Images

Inline-style: alt text

Reference-style: ![alt text][logo] ... [logo]: /path/to/image.jpg "Logo Title Text 2"

Tables

Full syntax

Syntax Description
Header Title
Paragraph Text

Simplified syntax

Syntax Description
Header Title
Paragraph Text