headers-toc-tests/README.md

51 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-07-25 14:53:58 +02:00
# Headers TOC tests
Tests the rendering of TOC from Markdown All in One in gitea
- [foo _italic_ bar](#foo-italic-bar)
2020-07-25 14:53:58 +02:00
- [foo_foo_bar](#foo-foo-bar)
- [`a.b` c](#a-b-c)
2020-07-25 14:53:58 +02:00
- [Via remark-cli](#via-remark-cli)
- [1. not a list](#1-not-a-list)
- [2) not a list](#2-not-a-list)
- [foo & < >\"foo\"](#foo-foo)
2020-07-25 14:53:58 +02:00
- [$\\LaTeX equations$](#latex-equations)
- [:checkered_flag: with emoji shortname](#checkered-flag-with-emoji-shortname)
2020-07-25 15:24:59 +02:00
- [Секция 1.1](#секция-1-1)
2020-07-26 18:43:37 +02:00
- [🌔 with a real emoji](#with-a-real-emoji)
2020-07-25 14:53:58 +02:00
## foo _italic_ bar
2020-07-25 14:53:58 +02:00
## foo_foo_bar
## `a.b` c
## Via [remark-cli][]
## 1. not a list
## 2) not a list
## foo & < >\"foo\"
## $\\LaTeX equations$
## :checkered_flag: with emoji shortname
2020-07-25 15:24:59 +02:00
## Секция 1.1
2020-07-26 18:43:37 +02:00
## 🌔 with a real emoji
2020-07-25 14:53:58 +02:00
```
2020-07-25 15:24:59 +02:00
"foo _italic_ bar": "foo-italic-bar"
"foo_foo_bar": "foo-foo-bar"
"`a.b` c": "a-b-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"
2020-07-25 15:13:21 +02:00
":checkered_flag: with emoji shortname": "checkered-flag-with-emoji-shortname"
2020-07-25 15:24:59 +02:00
"Секция 1.1": "секция-1-1"
2020-07-26 18:43:37 +02:00
"🌔 with a real emoji": "with-a-real-emoji"
2020-07-25 14:53:58 +02:00
```