It uses the Nuxt Content module under the hood to parse Markdown files and render Vue components. This allows you to create custom components and use them in your content.
Here is a list of some of the built-in components you can use in your Markdown files:
You can create your own custom components to extend Markdown functionality:
components/content directory::custom-alert{type="warning"}
This is a custom alert
::
Markdown
Bloggrify uses Markdown as its primary content format, offering a streamlined writing experience with several powerful extensions. This page covers the key Markdown features available in Bloggrify.
Writing Pages
Bloggrify is made to let you write all your content in Markdown and Vue components with the MDC syntax.