Commit 5229390d authored by NGPixel's avatar NGPixel

fix: plantuml default markers

parent 5f382f21
key: htmlPlantuml
title: PlantUML
description: Generate diagrams from PlantUML syntax
author: requarks.io
icon: mdi-sitemap
enabledDefault: false
dependsOn: htmlCore
props: {}
module.exports = {
init($, config) {
}
}
......@@ -14,13 +14,13 @@ props:
order: 1
openMarker:
type: String
default: "@startuml"
default: "```plantuml"
title: Open Marker
hint: String to use as opening delimiter
order: 2
closeMarker:
type: String
default: "@enduml"
default: "```"
title: Close Marker
hint: String to use as closing delimiter
order: 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment