Nuxt Attribute Content (overwritten)

useRenderedMarkdown()

Rendered Markdown from Content

Lorem
Ispum
Dolor
Sit
Amet

Lorem
Ispum
Dolor
Sit
Amet

Custom Markdown Example

Input:

Output:

Hello World

This is a bold text and this is italic.

List Example

  • Item 1
  • Item 2
  • Item 3

Code Example

console.log('Hello, World!');

Link example

Content Data

[
  {
    "id": "page/page/index.yml",
    "title": "Front",
    "body": {
      "title": "Front",
      "metatags": {
        "title": "Test Meta Title",
        "description": "Test Meta Description"
      },
      "content": [
        {
          "type": "section",
          "title": "Test",
          "items": [
            {
              "type": "text",
              "text": "Lorem\\\nIspum\\\nDolor\\\nSit\\\nAmet\n\nLorem\\\nIspum\\\nDolor\\\nSit\\\nAmet"
            }
          ]
        }
      ]
    },
    "content": [
      {
        "type": "section",
        "title": "Test",
        "items": [
          {
            "type": "text",
            "text": "Lorem\\\nIspum\\\nDolor\\\nSit\\\nAmet\n\nLorem\\\nIspum\\\nDolor\\\nSit\\\nAmet"
          }
        ]
      }
    ],
    "description": null,
    "extension": "yml",
    "headerImages": null,
    "meta": {
      "metatags": {
        "title": "Test Meta Title",
        "description": "Test Meta Description"
      }
    },
    "navigation": true,
    "path": "/page",
    "seo": {
      "title": "Front"
    },
    "stem": "page/index",
    "__hash__": "33j3VNQORE4MGyobFrZU0LAtw7WPxagN-7yTNeHPIK4"
  }
]