Markdown Previewer
Settings

Examples of what your can do in my previewer!

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

link text

link with title

Code

Heres some code, <div></div>, between 2 backticks.

// this is multi-line code:

function anotherExample(firstLine, lastLine) {
  if (firstLine == '```' && lastLine == '```') {
    return multiLineCode;
  }
}

Images

React Logo with Text

Horizontal Rules




Blockquotes

Blockquotes can also be nested...

...by using additional greater-than signs right next to each other...

...or with spaces between arrows.

Lists

  • And of course there are lists.
    • Some are bulleted.
      • With different indentation levels.
        • That look like this.