unplugin / unplugin-vue-markdown

Compile Markdown to Vue component
MIT License
508 stars 27 forks source link

feat!: move `grayMatterOptions` under `frontmatterOptions` #8

Closed meteorlxy closed 2 years ago

meteorlxy commented 2 years ago

BREAKING CHANGE: grayMatterOptions has been moved to frontmatterOptions.grayMatterOptions BREAKING CHANGE: now excerpt is rendered by default, set frontmatterOptions.renderExcerpt to disable

meteorlxy commented 2 years ago

@antfu The excerpt is not enbaled by default. It would be "rendered to html" by default once it is enbaled. (a little confusing) 😅