jbake icon indicating copy to clipboard operation
jbake copied to clipboard

Replace markdown renderer with commonmark-java renderer?

Open axkr opened this issue 3 years ago • 0 comments

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)?

axkr avatar Dec 03 '22 16:12 axkr