Does github not support plantuml? Where do you still need to configure?

where do I need to configure?
gitlab is supported, and only needs to be configured

Apr.09,2022

Github does not support plantuml direct rendering, see Support UML diagrams in markdown with plantuml syntax .

however, someone has also pointed out a way to generate SVG images through URL:

use Including URL , this method can embed images when writing markdown, but you need to create a URL first.

procedure

  1. submit your rendering code in http://plantuml.com/plantuml/...
  2. get a link similar to http://www.plantuml.com/plantuml/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000
  3. insert it into markdown as a picture
Menu