An introduction paragraph

Markdown renderer features

This is a demonstration page for the markdown renderer.

Here is a html <table>:

Label Description
label description

Code syntax coloration:

function yolo(test: string) {
  return '523';
}

Mermaid graphs and diagrams

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

Lists and other common elements

A list

  • a list
  • with bullets
  • points

An ordered list

  1. a list
  2. with numbers
  3. dots

a link to an external site

a quote

a code sample

An image

Picture of Benjamin Legrand

Headings: level 2

Level 4 title

Level 5 title
Level 6 title