Add support for :emoji: (#92)

This commit is contained in:
Sam
2020-12-06 06:21:10 +01:00
committed by GitHub
parent 610d40a25b
commit b37f694db4
12 changed files with 87 additions and 0 deletions
+16
View File
@@ -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:`
+17
View File
@@ -0,0 +1,17 @@
 emoji in text                                                               
                                                                             
 🐙 ⚡ 🐱 = ❤️                                                               
                                                                             
 emoji in header                                                             
                                                                             
 ## 🐙 ⚡ 🐱 = ❤️                                                            
                                                                             
 no emoji in code blocks                                                     
                                                                             
   :octopus: :zap: :cat: = :heart:                                           
                                                                             
 no emoji in inline code                                                     
                                                                             
  :octopus: :zap: :cat: = :heart: