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 project already. If JMD were available for maven I would just create a dependency on that, but it is not. So, should I merge it with my code base?
Thanks in advance.