-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
With the release of markdown-exit, I do wonder if it is planned to either support it, or allow the users to provide a custom "renderer" as an option.
Suggested solution
For example we could do something like this :
// vite.config.js
import { MarkdownExit } from 'markdown-exit'
import Markdown from 'unplugin-vue-markdown/vite'
const md = new MarkdownExit()
export default {
plugins: [
Markdown({
markdownItRenderer: md,
markdownItSetup(md) {
// as usual
},
})
],
}Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
husaythusayt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request