Andre Bossert
Andre Bossert
Same idea with help command :) see #24
Is multiple inheritance supported? can we use multiple INHERIT entries ?
I've tried CPM and it works very well! Thank You for sharing! (imho: it could be official part of the CMake distribution ;) The only issue is to support work...
> Thanks for the kind feedback, glad it's useful for you! :) > > > Do you have plans to introduce BRANCH_NAME to support this behaviour? > > Currently no...
I'm investigating the AsciiDoc with Antora as alternative solution to Markdown with MkDocs for middle and big architecture documentation projects (many products, components, branches etc.). I'm also investigating the issues...
Similar question: How kroki can be used? I've just found the setting ""asciidoc.use_kroki": true", but if i disable the "plantuml-server-url" then diagrams are not rendered.
@danyill thank you i will try this attribute in the document, but i think (like @Kinokin ) this should be configured in VSCode as setting like it's done for PlantUML...
I've played with document attrubute `:kroki-server-url: http://localhost:8000` and it works with own server now! E.g. for reading the PlantUML version: ``` Version [plantuml, "{plantUMLDir}diagram-version", svg] .... @startuml checkversion @enduml .......
I've now played with different setups and it looks like all the attributes defined in `asciidoc.preview.attributes` in `settings.json` are already passed to asciidoctor.js! The `kroki-server-url` is working as expected :...