Adding test rule for emoji header

This commit is contained in:
Rodolphe Houdas 2020-07-25 15:13:21 +02:00
parent b9e66df571
commit 4a8b5768c0

View file

@ -38,5 +38,6 @@ Tests the rendering of TOC from Markdown All in One in gitea
"1. not a list": "1-not-a-list",
"1) not a list": "1-not-a-list",
"foo & < >\"foo\"": "foo-foo",
"$\\LaTeX equations$": "latex-equations"
"$\\LaTeX equations$": "latex-equations",
":checkered_flag: with emoji shortname": "checkered-flag-with-emoji-shortname"
```