Skip to content

Instantly share code, notes, and snippets.

@vnys
Created March 4, 2015 11:41
Show Gist options
  • Save vnys/134b4e79e2e45162353b to your computer and use it in GitHub Desktop.
Save vnys/134b4e79e2e45162353b to your computer and use it in GitHub Desktop.
jsonml
//<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