Skip to main content

playground

Markdown features

Here are some of the things you can do with Markdown.

Headings

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5

Lists

  • Lucas
  • Wio
  • Tazy
  • Wessel

Images

Place your images in the "static/img" folder in GitHub (view) and reference it in your Markdown page accordingly. Here's an example:

![Image alt](/img/placeholder/demo-image.png)

Will render this:

Image alt Optional image caption

Tables

ColumnColumnColumnColumn
CellCellCellCell
CellCellCellCell
CellCellCellCell
CellCellCellCell

Task Lists

  • Write the press release
  • Update the website
  • Contact the media

Blockquotes

Dorothy followed her through many of the beautiful rooms in her castle.

Strikethrough

The world is flat. We now know that the world is round.

Footnote

Here's a simple footnote,1 and here's a longer one.bignote

Emoji

Gone camping! ⛺ Be back soon.


  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote

    Add as many paragraphs as you like.