sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

234: Command Line Interface #235

Open Ortner opened 8 years ago

Ortner commented 8 years ago

Issue

See #234

Solution

Added command line interface. And a gradle build script (that should be comparable to the SBT build file), that generates a fat jar with all required dependencies included. The license of the required ASM packages is added to the pom file. I'm not familiar with SBT, so there is no implementation in those build files yet (can anyone help out?).

fixes #234