JANE/public/data/markdown-test.md

1.8 KiB

This is the testing Note for all the Markdown features.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This is some text which includes bold text and some more bold text. But also some italic text and more italic text. There is even text with a mixture of bold and italic text.


Must texts have some quotes included, so this note also have some quotes...

This is a single quote

...and quotes in quotes.

This is the outer quote

This is a inner quote


When it comes to lists, there are quite a few.

First there is the unsorted list:

  • list item 1
  • list item 2
  • list item 3

Second there are the sorted lists:

  1. list item 1
  2. list item 2
  3. list item 3

Lastly you can combine both types of lists:

  1. list item 1
    • list item 1.1
  2. list item

Another big topic is links. You can specify the link text, or not and you can use mail-addresses to generate a mailto link.

Next reference links:


Images:

An old rock in the desert


At the end, there is Code:

console.log('hello world')