Skip to main content

All Questions

Tagged with
0 votes
0 answers
333 views

Generating Graphs like plantuml or mermaid from markdown?

I want to create graphs like this, as best in the style we see in the pictures. Every Node should contain a link to another page. How can I achieve this? Esp. with the nice style. I have tried to do ...
Martin Heß's user avatar
4 votes
0 answers
362 views

Is there "!include" directive in mermaid files like in plantuml

I use plantuml for describing class diagrams and I have a number of *.puml files (each for a specific class or set of classes), then I make a single overview file where I include all puml files, like: ...
Serhiy's user avatar
  • 1,382
5 votes
1 answer
7k views

How can you generate Mermaid from plantuml?

I have to transfer plantuml diagrams to mermaid diagrams. Is there a way to somehow generate mermaid diagrams from plantuml diagrams? Thanks for answer I've tried search it but nobody ever asked it ...
Theromantus's user avatar
1 vote
1 answer
261 views

How can i underline as apecific field in a graphviz record

Referring to How to underline text as part of a label? where underlining is explained. Is ist possible to combine underlining with column-layout? digraph g { graph [ rankdir = "LR"]; node [ ...
Ludwig Fuhr's user avatar
6 votes
1 answer
3k views

Using UML in doxygen markdown page

I am using doxygen for my personal project and desire to use any type of UML language on page created by myself (markdown page). I do not mean to use it in code (it does work), but on a document ...
Black's user avatar
  • 322