Adding a real emoji test

This commit is contained in:
Rodolphe Houdas 2020-07-26 18:43:37 +02:00
parent ea887edfae
commit 256c525a07
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Tests the rendering of TOC from Markdown All in One in gitea
- [$\\LaTeX equations$](#latex-equations)
- [:checkered_flag: with emoji shortname](#checkered-flag-with-emoji-shortname)
- [Секция 1.1](#секция-1-1)
- [🌔 with a real emoji](#with-a-real-emoji)
## foo _italic_ bar
@ -33,6 +34,8 @@ Tests the rendering of TOC from Markdown All in One in gitea
## Секция 1.1
## 🌔 with a real emoji
```
"foo _italic_ bar": "foo-italic-bar"
"foo_foo_bar": "foo-foo-bar"
@ -44,4 +47,5 @@ Tests the rendering of TOC from Markdown All in One in gitea
"$\\LaTeX equations$": "latex-equations"
":checkered_flag: with emoji shortname": "checkered-flag-with-emoji-shortname"
"Секция 1.1": "секция-1-1"
"🌔 with a real emoji": "with-a-real-emoji"
```