Created
March 4, 2015 11:41
-
-
Save vnys/134b4e79e2e45162353b to your computer and use it in GitHub Desktop.
jsonml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//<p class="txt-m">Congrats, <span class="icon icon--goldMedal" aria-hidden="true"></span> First place!</p> | |
[ 'p', { 'class' : 'txt-m' }, 'Congrats, ', | |
[ 'span', { 'class' : 'icon icon--goldMedal', 'aria-hidden' : 'true' } ], | |
'First place!' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment