Add non-Latin chars

This commit is contained in:
Rodolphe Houdas 2020-07-25 15:24:59 +02:00
parent 4a8b5768c0
commit ea887edfae

View file

@ -11,6 +11,7 @@ Tests the rendering of TOC from Markdown All in One in gitea
- [foo & < >\"foo\"](#foo-foo)
- [$\\LaTeX equations$](#latex-equations)
- [:checkered_flag: with emoji shortname](#checkered-flag-with-emoji-shortname)
- [Секция 1.1](#секция-1-1)
## foo _italic_ bar
@ -30,14 +31,17 @@ Tests the rendering of TOC from Markdown All in One in gitea
## :checkered_flag: with emoji shortname
## Секция 1.1
```
"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",
"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"
":checkered_flag: with emoji shortname": "checkered-flag-with-emoji-shortname"
"Секция 1.1": "секция-1-1"
```