Go to file
2020-07-25 14:53:58 +02:00
.vscode 🎉 First commit 2020-07-25 14:53:58 +02:00
README.md 🎉 First commit 2020-07-25 14:53:58 +02:00

Headers TOC tests

Tests the rendering of TOC from Markdown All in One in gitea

foor italic bar

foo_foo_bar

a.b c

Via [remark-cli][]

1. not a list

2) not a list

foo & < >"foo"

\\LaTeX equations

"foo _italic_ bar": "foo-italic-bar",
"foo_foo_bar": "foo-foo-bar",
"`a.b` c": "ab-c",
"Via [remark-cli][]": "via-remark-cli",
"1. not a list": "1-not-a-list",
"1) not a list": "1-not-a-list",
"foo & < >\"foo\"": "foo---foo",
"$\\LaTeX equations$": "latex-equations"