brettaufheber / asciidoc-with-gh-pages-action

JavaScript Action that generates static websites for GitHub Pages using AsciiDoc
MIT License
0 stars 0 forks source link

Support for image/diagram rendering #1

Closed brettaufheber closed 2 years ago

brettaufheber commented 2 years ago

A similar approach like the compilation of stylesheets can be used to render images using Kroki. This task is pending as long as there is no support for diagrams.net (draw.io) files.

https://github.com/yuzutech/kroki/issues/405

All diagram types that allow export to SVG and/or PNG should be supported by this app. If possible, the app uses Kroki to render both SVG and PNG.

https://kroki.io/#support

A direct embedding via asciidoctor-kroki is not planned.

brettaufheber commented 2 years ago

Moved issue to another repository. https://github.com/brettaufheber/asciidoc-site-generator/issues/3