jbake
jbake copied to clipboard
Replace markdown renderer with commonmark-java renderer?
The markdown parser we are using, is based on commonmark-java:
- https://github.com/commonmark/commonmark-java
Is it possible to replace the JBake markdown renderer in the configuration properties?
org.jbake.parser.MarkdownEngine=md
by programming our own renderer based on MarkupEngine and configuring it through our own properties file (for example setting a new argument in the command line call)?