Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.38 KB

File metadata and controls

45 lines (32 loc) · 1.38 KB

Markdown Syntax markup for font style and code highlighting rc

  • HOWTO Emphasis or italic type is a cursive font.
  • HOWTO Strong emphasis or boldface font weight.
  • HOWTO Typographical strikethrough is a words with a central horizontal line.
  • HOWTO link text
  • HOWTO Monospaced font or fixed-width is a source code inlined
  • HOWTO Monospaced or fixed-width font block
    <pre>
    First line.
    Second line.
    </pre>
    

HOWTO Tables

https://guides.github.com/features/mastering-markdown

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column

HOWTO Escape numbered list

1\. First item
2\. Second item

HOWTO Collapsible text block <details><summary> 2775413767

Your click-tip for spoiler

Your markdown markup goes here

  • Foo
  • Bar

DOC Code block language definition *