Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Created April 25, 2017 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronpk/932a351bfc13be0cf6919ce5d466c430 to your computer and use it in GitHub Desktop.
Save aaronpk/932a351bfc13be0cf6919ce5d466c430 to your computer and use it in GitHub Desktop.
<div class="vcard">
<div class="adr h-custom">
<div class="locality">MF1</div>
<div class="p-locality">MF2</div>
</div>
</div>
{
"items": [
{
"type": [
"h-card"
],
"properties": {
"adr": [
{
"type": [
"h-adr",
"h-custom"
],
"properties": {
"locality": [
"MF2"
],
"name": [
"MF1 \n MF2"
]
},
"value": "MF1 \n MF2"
}
]
}
}
],
"rels": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment