Markdown Viewer

Configuration

Heading1

Heading2

Heading3

Heading4

Heading5
Heading6

Text Style

Bold

Bold

Italic

Italic

Strikethrough

Horizontal Rule




Blockquote

This is a blockquote.

This is a nested blockquote.

List

Unordered

  • Item 1
  • Item 2
    • Sub Item 2-1
    • Sub Item 2-2

Ordered

  1. Item 1
  2. Item 2
    1. Sub Item 2-1
    2. Sub Item 2-2

Checkbox

Features not specified in CommonMark

Github Link for this project

Image

Image alternative text

Code

inline-code example.

code block:

def hello_world():
    print("Hello, World!")

Table

Features not specified in CommonMark

Header 1 Header 2 Header 3
Data 1 Data 2 Data 3
Data 4 Data 5 Data 6

Anchor

Heading1

Footnote

Features not specified in CommonMark

Footnote1 is added here. [1]

Footnote2 is added here. [2]

Inline footnote is added here.[3]

Formula

Features not specified in CommonMark

Support for math expressions in TeX.

E=ρϵ0Gauss’s LawB=0Gauss’s Law for Magnetism×E=BtFaraday’s Law of Induction×B=μ0(ϵ0Et+J)Ampere’s Circuital Law


  1. Footnote can be marked up. ↩︎

  2. This is the second footnote. ↩︎

  3. This is inline footnote. ↩︎