fix: insert space around custom emojis
This commit is contained in:
parent
6412127283
commit
ff0ad77676
3 changed files with 6 additions and 3 deletions
|
@ -52,7 +52,7 @@ exports[`html-parse > custom emoji > html 1`] = `
|
|||
"
|
||||
`;
|
||||
|
||||
exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`;
|
||||
exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`;
|
||||
|
||||
exports[`html-parse > emojis > html 1`] = `
|
||||
"<em-emoji native=\\"🇫🇷\\" fallback=\\"🇫🇷\\"></em-emoji>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue