Skip to content

Markdown🔗

Emphasis🔗

is*bold*is is_bold_is is**bold**is is__bold__is is***bold***is is___bold___is

  • Bold
    • is Bold
    • is Bold
  • Italic
    • is Italic
    • is Italic
  • Bold & Italic
    • is Bold & Italic
    • is Bold & Italic

Table🔗

A B C
A B C
AA BB CC
AAA BBB CCC

Nested Lists🔗

Setup🔗

Using Mdx Truly Sane Lists.

Needs to be added into requirements.txt: mdx_truly_sane_lists

markdown_extensions:
  - mdx_truly_sane_lists:
      nested_indent: 2
      truly_sane: true

Example🔗

GitHub indention

  • Level 1 (GitHub)
    • Level 2
      • Level 3
    • Level 2
* Level 1 (GitHub)
  * Level 2
    * Level 3
  * Level 2

Standard indention

Standanrd indention is not valid any more.

  • Level 1 (Standard) * Level 2 * Level 3 * Level 2
* Level 1 (Standard)
    * Level 2
        * Level 3
    * Level 2