This is just a test of the markdown support on this website
- test automatic links <mataroa.blog> : doesn't seem to work
- test lists : works
- test italics : works
- test bold : doesn't seem to work - same as italics
-
test bold italics : doesn't seem to work - italics again
-
test numbered list item one : doesn't seem to work
-
test numbered list item two : doesn't seem to work
Test code blocks : works
main(){}
Test backticks
: works
Test footnotes with superscripts 1 : works
Test more accessible footnotes 2 : works?
Test links ref : works
Test html escapes : works
a paragraph in html
Test support for cmark tables: doesn't seem to work
| foo | bar | baz | | 1 | 2 | 3 |
Test support for pandoc style simple tables : doesn't seem to work?
foo bar baz
1 2 3
Test support for pipe-tables: works, but no alignment?
foo | bar | baz |
---|---|---|
1 | 2 | 3 |
Test html escaped tables: works
foo | bar | baz |
---|---|---|
1 | 2 | 3 |
4 | 5 | 6 |