mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 08:27:18 -04:00
Add support for :emoji: (#92)
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
emoji in text
|
||||
|
||||
:octopus: :zap: :cat: = :heart:
|
||||
|
||||
emoji in header
|
||||
|
||||
## :octopus: :zap: :cat: = :heart:
|
||||
|
||||
no emoji in code blocks
|
||||
```
|
||||
:octopus: :zap: :cat: = :heart:
|
||||
```
|
||||
|
||||
no emoji in inline code
|
||||
|
||||
`:octopus: :zap: :cat: = :heart:`
|
||||
Reference in New Issue
Block a user