Open nicorikken opened 7 years ago
As promised (https://github.com/hashobject/perun/pull/100), a new Asciidoctor pull request, for handling metadata.
Some notes for review:
protect-meta
). Am I missing some important keywords here?asciidoctor*
task instead of the asciidoctor
task in order to leave out the yaml frontmatter parsing. But regardless the document attributes are exposed to Perun, and the Perun metadata is exposed to the asciidoctor conversion. There is a multitude of options here, so please shine your light on what makes sense.As mentioned I'm also working on getting asciidoctor-diagram to function. I'm aiming for the inline svg solution (https://github.com/asciidoctor/asciidoctor/issues/1301) as a start, not having to deal with the Boot file handing. Somehow the JRuby container cannot access the binaries on my system for the actual image generation, so that'll take some more time. Similarly perhaps syntax highlighting will become a feature.
Adds metadata handling to the asciidoctor task. The asciidoctor task will now:
Both processes are executed independently from each other.