File tree Expand file tree Collapse file tree 3 files changed +0
-37
lines changed
Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { defineConfig } from "vitepress";
44
55// markdown
66import MarkdownItImplicitFigures from "markdown-it-implicit-figures" ;
7- import MarkdownItPlantuml from "markdown-it-plantuml" ;
87
98export default defineConfig ( {
109
@@ -97,23 +96,6 @@ export default defineConfig({
9796 md . use ( MarkdownItImplicitFigures , {
9897 figcaption : true ,
9998 } ) ;
100- md . use ( MarkdownItPlantuml , {
101- //imageFormat: 'png'
102- } ) ;
103- // https://github.com/gmunguia/markdown-it-plantuml/issues/35
104- md . use ( MarkdownItPlantuml , {
105- openMarker : "```plantuml" ,
106- closeMarker : "```" ,
107- diagramName : "uml" ,
108- imageFormat : "svg" ,
109- } ) ;
110- // Textik https://textik.com/
111- md . use ( MarkdownItPlantuml , {
112- openMarker : "```ditaa" ,
113- closeMarker : "```" ,
114- diagramName : "ditaa" ,
115- imageFormat : "png" ,
116- } ) ;
11799 } ,
118100 } ,
119101
Original file line number Diff line number Diff line change 2929 "serve-docs" : " npm run build && npm run preview"
3030 },
3131 "dependencies" : {
32- "@types/markdown-it-plantuml" : " ^1.4.5" ,
3332 "@types/node" : " ^22.5.1" ,
3433 "@ui5/webcomponents" : " ^2.1.2" ,
3534 "autoprefixer" : " ^10.4.20" ,
3635 "cssnano" : " ^7.0.5" ,
3736 "markdown-it-implicit-figures" : " ^0.12.0" ,
3837 "markdown-it-link-attributes" : " ^4.0.1" ,
39- "markdown-it-plantuml" : " ^1.4.1" ,
4038 "postcss" : " ^8.4.41" ,
4139 "tailwindcss" : " ^3.4.10" ,
4240 "vitepress" : " ^1.3.4" ,
You can’t perform that action at this time.
0 commit comments