Open man-at-home opened 4 years ago
+1 for this request (trying to adopt Orchid and we needed embedded code samples),
I've pushed a PR for a small change to specify the AsciDoc API safe mode level, which should help satisfy some of the suggestions here.
The latest release, 0.18.2, now has support for the include::[]
macro. Cross-linking and images are proving to be a bit more tricky, but I'm going to keep working to see what I can do. And thank you @tomb50 for the safe-mode PR! That went a long way in helping me figure out how to properly configure and extend Asciidoctorj for this.
enhancement
enable inter document xref linking with
<<>>
andinclude:
tags, enhanceimage:
support in asciidoc markup pages for orchidwhy
this would enable to use already existing asciidoc content to be included in orchid sites.
showcase
i added a little bit asciidoc to the orchid starter project, using those tags
https://github.com/man-at-home/OrchidStarter/blob/asciidoc-linking-showcase/src/orchid/resources/pages/asciidoc/asciidocpage.adoc
solution ideas