Ralf D. Müller
Ralf D. Müller
I wonder if we should start to distribute the markdown version. with a bunch of flavour changing scripts 😁 what do you think?
so, it seems that pandoc supports six markdown flavours: https://pandoc.org/MANUAL.html#markdown-variants We already use two of them and produce both a single- and multi-page version @mwaeckerlin I guess you used the...
@schmunk42 you will find all formats here: https://github.com/arc42/arc42-template/tree/master/dist
great idea. We just didn't do it this way, because it was easier the other way :-)
thanx for this contribution!
see also https://github.com/docToolchain/docToolchain/issues/1353
today I had the same problem. But I discovered an interesting solution: Some images where referenced as inline-images (`image:xyz.png[]`) instead of a block-image (`image::xyz.png[]`). So, I replaced all those image-references...
I think the solution will be to set the `docDir` and `inputPath` both to match the root of your project. https://doctoolchain.github.io/docToolchain/#_configuration_2 You should be then able to reference your docs...
oh. wait. I just noticed that you created this question within the "old" asciidoc2confluence project. Please take a look at docToolchain https://doctoolchain.github.io/docToolchain/ - even if you don't want to use...