Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feature request] Add the ability to choose another renderer #67

@EDM115

Description

@EDM115

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions