在 Markdown 中嵌入 PlantUML 图片

  1. PlantUML Editor 中编辑 PlantUML 代码:

    @startuml
    Alice -> Bob: Authentication Request
    Bob --> Alice: Authentication Response
    
    Alice -> Bob: Another authentication Request
    Alice <-- Bob: Another authentication Response
    @enduml
    
  2. 点击 Copy 获得图片链接:

    image

  3. 将链接嵌入 Markdown 文件:

posted @ 2025-06-29 17:16  Undefined443  阅读(39)  评论(0)    收藏  举报