Hi there,

We are using Markdown in our Maven generated site
<http://maven.apache.org/plugins/maven-site-plugin/index.html>. Works like
a charm. AFAIK the plugin uses Flexmark
<https://github.com/vsch/flexmark-java> under the hood, which supports
the Admonition
extensions
<https://squidfunk.github.io/mkdocs-material/extensions/admonition/>.

We would like to use them too, the infoboxes are quite helpful for
documentation. Our site configuration in the pom.xml looks like this:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <version>3.8.2</version></plugin>

How could we configure it to recognise the additional markdown?

Also can be found here:
https://stackoverflow.com/questions/61001709/maven-site-generation-using-advanced-markdown

Create a nice day!
Stephan H. Wissel

Phone: +65 96673269
Blog <https://www.wissel.net/blog> Twitter <http://twitter.com/notessensei>
LinkedIn <http://sg.linkedin.com/in/notessensei> Xing
<https://www.xing.com/profile/StephanH_Wissel>

Reply via email to