Closed
Description
turns html with mf2 like
<li class="h-entry">
…
<a href="/tag/spotify" class="p-category">spotify</a>
</li>
into
"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?
Metadata
Metadata
Assignees
Labels
No labels
Activity