Content
Shortcodes
One of Bloggrify's most powerful features is the ability to use Vue components directly in your Markdown files.
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:
- Alerts
- Code blocks
- YouTube videos
- Twitter tweets
- Instagram posts
- Vimeo videos
- Instagram posts
Using Custom Components
You can create your own custom components to extend Markdown functionality:
- Create a Vue component in your
components/contentdirectory - Use it directly in your Markdown content
- Pass props and content as needed
::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.