Custom components

Jun 6, 2024

1 min read

Hugo Lassiège

You can use custom components within vue.js to extend markdown features. Some components are already available within Bloggrify such as:

Table of contents

Code

Code group

npm run dev

Markdown code block

Showing a result

Alerts

TIP

This is a tip

Warning

This is a warning

table of contents

Table of contents

Configuration :

ParameterDescription
typeThe type of alert. Can be warning, or tip.
showChildrenIf set to true, the H3 will be displayed in the table of contents. Default is false.

Share