Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-03 Thread Stephan Wissel
Hi Hervé, thank you for your reply, appreciate your swift response. It seems to be a little more complex ;-) , but started easy (looked like 1 line and 1 import) Extensions are loaded like line 145 in the MarkdownParser.class: extensions.add( AdminitionExtension.create() ); I did a quick check o

Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-03 Thread Hervé BOUTEMY
Hi Stefan, The code for Markdown parsing and extensions activation is in Doxia Markdown module: https://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-markdown/xref/org/apache/maven/doxia/module/markdown/MarkdownParser.html#L133 I don't really reviewed how extensions are really activate

Customizing the maven-site-plugin Markdown renderer?

2020-04-03 Thread Stephan Wissel
Hi there, We are using Markdown in our Maven generated site . Works like a charm. AFAIK the plugin uses Flexmark under the hood, which supports the Admonition extensions