I am thinking of adding Markdown to a Java project using:
- Tapestry 5
- Spring
- Maven
- (Among other technologies)
Q1. Which javascript library can I use for the client side? I am thinking of using the Cletus
port of MarkDownSharp for the backend.
Q2. What strategy should I follow to add JMD to my project? My code is already a Maven project. If JMD were available for maven, I would just create a dependency on this, but it is not. So, should I combine it with my code base?
Thanks in advance.
source
share