mermaid2
This commit is contained in:
+6
-9
@@ -21,6 +21,11 @@ markdown_extensions:
|
||||
- pymdownx.details
|
||||
- pymdownx.highlight
|
||||
- pymdownx.superfences
|
||||
# make exceptions to highlighting of code:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:mermaid2.fence_mermaid
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.keys
|
||||
- pymdownx.tabbed
|
||||
@@ -35,12 +40,4 @@ plugins:
|
||||
placeholder: z.B. 0.0.0.0
|
||||
DOMAIN_NAME:
|
||||
placeholder: z.B. fritz.box
|
||||
- build_plantuml:
|
||||
render: "server" # or "local" for local rendering
|
||||
bin_path: "/usr/local/bin/plantuml" # ignored when render: server
|
||||
server: "http://www.plantuml.com/plantuml" # offical plantuml server
|
||||
output_format: "svg" # or "png"
|
||||
diagram_root: "docs/diagrams" # should reside under docs_dir
|
||||
output_folder: "out"
|
||||
input_folder: "src"
|
||||
input_extensions: "" # comma separated list of extensions to parse, by default every file is parsed
|
||||
- mermaid2
|
||||
Reference in New Issue
Block a user