Some title in the metadata

Some title

Some content.

I really hope that this works! It won't update live, right?

Future work

There is however something that is really annoying. Is there some easy way to access and modify how nuxt-content renders, well, content?

And now to view the JSON itself

{ "title": "Some title in the metadata", "description": "Some description in the metadata", "toc": [], "body": { "type": "root", "children": [ { "type": "element", "tag": "h1", "props": { "id": "some-title" }, "children": [ { "type": "element", "tag": "a", "props": { "ariaHidden": "true", "href": "#some-title", "tabIndex": -1 }, "children": [ { "type": "element", "tag": "span", "props": { "className": [ "icon", "icon-link" ] }, "children": [] } ] }, { "type": "text", "value": "Some title" } ] }, { "type": "text", "value": "\n" }, { "type": "element", "tag": "p", "props": {}, "children": [ { "type": "text", "value": "Some content." } ] }, { "type": "text", "value": "\n" }, { "type": "element", "tag": "p", "props": {}, "children": [ { "type": "text", "value": "I really hope that this works! It won't update live, right?" } ] }, { "type": "text", "value": "\n" }, { "type": "element", "tag": "h1", "props": { "id": "future-work" }, "children": [ { "type": "element", "tag": "a", "props": { "ariaHidden": "true", "href": "#future-work", "tabIndex": -1 }, "children": [ { "type": "element", "tag": "span", "props": { "className": [ "icon", "icon-link" ] }, "children": [] } ] }, { "type": "text", "value": "Future work" } ] }, { "type": "text", "value": "\n" }, { "type": "element", "tag": "p", "props": {}, "children": [ { "type": "text", "value": "There is however something that is really annoying. Is there some " }, { "type": "element", "tag": "em", "props": {}, "children": [ { "type": "text", "value": "easy" } ] }, { "type": "text", "value": " way to access and modify how nuxt-content renders, well, content?" } ] } ] }, "dir": "/blog", "path": "/blog/dummy", "extension": ".md", "slug": "dummy", "createdAt": "2020-08-27T18:54:54.148Z", "updatedAt": "2020-08-27T18:54:54.148Z" }