1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-11-16 20:25:58 +00:00

using xhtml friendly syntax as suggested in #236

This commit is contained in:
Andrea Giammarchi 2017-07-20 10:34:28 +02:00
parent 0365aebc2e
commit d53dd8892b

View File

@ -65,7 +65,7 @@ I <img
class="emoji"
draggable="false"
alt="❤️"
src="https://twemoji.maxcdn.com/36x36/2764.png"> emoji!
src="https://twemoji.maxcdn.com/36x36/2764.png"/> emoji!
*/
```
@ -86,7 +86,7 @@ I <img
class="emoji"
draggable="false"
alt="❤️"
src="/assets/36x36/2764.gif"> emoji!
src="/assets/36x36/2764.gif"/> emoji!
*/
```
@ -113,7 +113,7 @@ emoji, m❤n am<img
class="emoji"
draggable="false"
alt="❤️"
src="/assets/2764.png">ur
src="/assets/2764.png"/>ur
*/
```
@ -137,7 +137,7 @@ I <img
class="emoji"
draggable="false"
alt="❤️"
src="/assets/128x128/2764.gif"> emoji!
src="/assets/128x128/2764.gif"/> emoji!
*/
```