/
githubmirror
/
marked
Обзор
Документация
Войти
/
githubmirror
/
marked
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/specs/new/emoji_inline.html
22 строки
888 B
Tony Brix
fix: fix emstrong unicode (#3070)
02 ноя 2023, 07:27
Не верифицирован
02 ноя 2023, 07:27
54b6d1c
Код
Авторство
О чём код?
<p>Situations where it fails:</p> <p><strong>test 💁</strong></p> <p><strong>💁 test</strong></p> <p><strong>🤓 test</strong></p> <p><strong>🏖️ test</strong></p> <p><strong>🏖️🤓💁 test</strong></p> <p><strong>💁 test</strong> test</p> <p>test <strong>💁 test</strong></p> <p>test <strong>💁 test</strong> test</p> <p><em><strong>test 💁</strong></em></p> <p><em><strong>💁 test</strong></em></p> <p><em><strong>💁 test</strong></em> test</p> <p>test <em><strong>💁 test</strong></em></p> <p>test <em><strong>💁 test</strong></em> test</p> <p><strong><strong>💁 test</strong></strong></p> <p>Situations where it works:</p> <p>**💁 **</p> <p><strong>⚠️ test</strong></p> <p>Here, the emoji rendering works, but the text doesn't get rendered in italic.</p> <p><em>💁 test</em></p> <p><em>t💁t</em> test</p> <p><strong>t💁t</strong> test</p>