I'm trying to use markdown-it-plantuml. I'm using marp/cli with thismarp.config.jsfile const{Marp}=require('@marp-team/marp-core')module.exports={engine:opts=>newMarp(opts).use(require('markdown-it-plantuml'))} Now I have plantuml working, but the content of my code blocks has ...
import MarkdownItDiagrams from 'markdown-it-diagram' import Markdown from 'unplugin-vue-markdown/vite' export default defineConfig({ plugins: [ Markdown({ markdownItSetup(md) { md.use(MarkdownItDiagrams, { showController: true, // show controller,default:false /** * PlantUML options * ...
This is a sample plugin for GitBook and is specially adapted for GitBook fromPlantUML. Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg. Example: Text format uml: @startuml Class Stage Class Timeout { +constructor:function(cfg) +timeou...