So my little experiment today was to convert some documents in the site to
Markdown and see what tools were available for editing.
So I pushed a clone of the site to Github:
https://github.com/jvanzyl/maven-site/blob/master/content/markdown/what-is-maven.md
Even just viewing that is nice for pe
I starting converting some site docs to Markdown and it's relatively straight
forward. I used the Doxia converter to produce XHTML and then used Pandoc to
convert that to Markdown. Works better than I expected. If anyone else wants to
convert some documents here's what I used:
java -jar apache-