Closed ggrossetie closed 5 years ago
Was this resolved elsewhere or abandoned? Context: I think I was tracking that PR so I could get asciidoctor-reveal.js under asciidoctor.js to use doctest too for regression testing.
I decided to close this pull request because I did not know what to do to make it work. We should probably ask Jakub about how we should implement it (so we are all in-sync about this feature) and then open a new pull request on master.
The HTML converter can now be configured to use a "custom" processor. By default we are using the
AsciidocProcessor
(previously known asAsciidocConverter
).Ultimately we should be able to configure the Rake task as follows...
... but I did not figure out (yet) how to configure the converter in the
rake_tasks.rb
(seeFIXME
) ?