java源码uml-plantuml-markdown:用于Python-Markdown的PlantUML插件

时间:2021-06-05 19:21:21
【文件属性】:
文件名称:java源码uml-plantuml-markdown:用于Python-Markdown的PlantUML插件
文件大小:39KB
文件格式:ZIP
更新时间:2021-06-05 19:21:21
系统开源 java源码uml 扩展为 该插件实现了一个块扩展,可用于指定一个图表,该图表将被转换为图像并插入到文档中。 句法: ::uml:: [format="png|svg|txt"] [classes="class1 class2 ..."] [alt="text for alt"] [title="Text for title"] [width="300px"] [height="300px"] PlantUML script diagram ::end-uml:: 例子: ::uml:: format="png" classes="uml myDiagram" alt="My super diagram placeholder" title="My super diagram" width="300px" height="300px" Goofy -> MickeyMouse: calls Goofy <-- MickeyMouse: responds ::end-uml:: GitLab/GitHub 块语法也被识别。 例子: ```plantuml format="png" cla
【文件预览】:
plantuml-markdown-master
----test-requirements.txt(30B)
----plantuml_markdown.py(13KB)
----.gitchangelog.rc(6KB)
----requirements.txt(18B)
----release.sh(493B)
----.travis.yml(570B)
----LICENSE(1KB)
----test()
--------markdown_builder.py(5KB)
--------test_plantuml_legacy.py(532B)
--------__init__.py(2B)
--------test_plantuml_fenced.py(2KB)
--------plantuml(287B)
--------test_plantuml.py(20KB)
--------data()
----setup.py(1KB)
----README.md(9KB)
----.gitignore(719B)
----CHANGELOG.md(10KB)

网友评论