I'm thinking on adding Markdown to a Java project using:
- Tapestry 5
- Spring
- Maven
- ( Among other technologies )
Questions:
What JavaScript library can I use for the client side? I'm thinking on using Cletus'
port of MarkDownSharp for the backend.
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?