Tagged Questions
-2
votes
1answer
204 views
How to use markdown for maven project site? [closed]
How to start with project documentation using maven and markdown markup language?
Maven site default is APT, which is uncomfortable to learn just to do thing maven way.
(Usually nobody in a team will ...
2
votes
1answer
73 views
How to include github markdown files into maven site
Github recommends that Markdown-formatted files like README.md, LICENCE.md or CONTRIBUTORS.md are created in the root of the project. On the other hand, those files would be valuable content for ...
2
votes
1answer
95 views
Display a dollar sign inside a code span using maven site and markdown
I would like to display a dollar sign inside a code span generated with maven-site-plugin and markdown (doxia-module-markdown).
Out of a code span, I used the numerical code $ and it fixed ...