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-doxia-1.3-SNAPSHOT-jar-with-dependencies.jar -in 
${whatever}.apt -from apt -out . -to xhtml
pandoc -f html -t markdown --atx-headers ${whatever}.apt.xhtml > ${whatever}.md

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------










Reply via email to