jmd

What do I need to use Markdown in a Java webapp?

I'm thinking on adding Markdown to a Java project with using: Tapestry 5 Spring Maven ( Among other technologies ) Q1. What javascript library can I use for the client side? I'm thinking on using Cletus' port of MarkDownSharp for the backend. Q2. What strategy should I follow to add JMD to my project? My code it's a Maven pr...