bin^2

bin^2

discord server
twitter

我是如何使用xlog的——plantuml渲染

#

xlog 目前不支持 plantuml 的渲染,所以需要借助一个工具,
PlantUMLWeb Server

该网站可以渲染并生成一个 url。
然后将 url 使用 markdown 的图片语法嵌入即可,

示例#

例如

@startuml
Bob -> Alice : hello
@enduml

https://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000
生成的 url 地址是//www.plantuml.com/plantuml/png/SoWkIImgAStDuNBAJrBGjLDmpCbCJbMmKiX8pSd9vt98pKi1IW80

使用 markdown 语法

![image](https://www.plantuml.com/plantuml/png/SoWkIImgAStDuNBAJrBGjLDmpCbCJbMmKiX8pSd9vt98pKi1IW80)

效果如下
image

需要注意生成的 url 是没有 https: 的,但是 markdown 需要加上 https:

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.