Here are some options that must be configurable via arqiva.xml
#This will stop markdown generated html from entering the velocity template engine
arqiva.basic.options.markdown.template-engine.bypass=true
#This will escape the markdown generated html using velocity escaping construct
arqiva.basic.options.markdown.template-engine.pre-escape=true
#This will escape the inner html of every <code> and <script> element using velocity construct
arqiva.basic.options.html.preventive-escaping=true
Here are some options that must be configurable via arqiva.xml