mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
871 B
42 lines
871 B
key: markdownPlantuml
|
|
title: PlantUML
|
|
description: PlantUML Markdown Parser
|
|
author: ethanmdavidson
|
|
icon: mdi-sitemap
|
|
enabledDefault: true
|
|
dependsOn: markdownCore
|
|
props:
|
|
server:
|
|
type: String
|
|
default: https://plantuml.requarks.io
|
|
title: PlantUML Server
|
|
hint: PlantUML server used for image generation
|
|
order: 1
|
|
public: true
|
|
openMarker:
|
|
type: String
|
|
default: "```plantuml"
|
|
title: Open Marker
|
|
hint: String to use as opening delimiter
|
|
order: 2
|
|
public: true
|
|
closeMarker:
|
|
type: String
|
|
default: "```"
|
|
title: Close Marker
|
|
hint: String to use as closing delimiter
|
|
order: 3
|
|
public: true
|
|
imageFormat:
|
|
type: String
|
|
default: svg
|
|
title: Image Format
|
|
hint: Format to use for rendered PlantUML images
|
|
enum:
|
|
- svg
|
|
- png
|
|
- latex
|
|
- ascii
|
|
order: 4
|
|
public: true
|