<li class="h-entry">
…
<a href="/tag/spotify" class="p-category">spotify</a>
</li>
"type": [
"h-entry"
],
"properties": {
"category": [
{
"type": [
"u-category"
],
"properties": {
"name": [
"spotify"
]
}
}
],
which looks like it's trying to build some kind of nested object for the category?
https://granary.io/url?input=html&output=mf2-json&url=https%3A%2F%2Faaronparecki.com%2F2018%2F03%2F14%2F3%2F
turns html with mf2 like
into
which looks like it's trying to build some kind of nested object for the category?