adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
563 stars 93 forks source link

Provide option to include PlantUML diagrams at arbitrary positions in doc #21

Open MShekow opened 4 years ago

MShekow commented 4 years ago

At the moment the user is forced to either have all PlantUML images at the very top of a page, or at the very bottom (option diagramsOnTop).

But what if I want to be able to freely distribute the diagrams on the page? E.g. what if I want to have an introduction headline and paragraph, followed by diagram number 1, then some more text, then diagram number 2, etc.

Since I can simply include images myself using the syntax ![diagram](diagram.svg) the easiest solution would probably to have a CLI argument that disables the automatic inclusion of the converted puml files.