MarkdownPapers and doxia ======================== [Doxia] is a content generation framework, supporting a variety of markup languages, MarkdownPapers provides a doxia module that enables writing content in markdown format. Write all your docs in **src/site/markdown/** with **md** as file extension, then configure your maven-site-plugin and include markdownpapers-doxia-module as dependency. Take a look at the [site source code][src]. ... org.apache.maven.plugins maven-site-plugin 3.0-beta-3 org.apache.maven.plugins maven-project-info-reports-plugin 2.2 false false license project-team org.tautua.markdownpapers markdownpapers-doxia-module ${use latest} ... [Doxia]: http://maven.apache.org/doxia/doxia/index.html [src]: https://github.com/lruiz/MarkdownPapers/tree/master/www/src/site/markdown