actuarius
actuarius copied to clipboard
A markdown processor for the JVM written in Scala.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Added cross build support to 2.11. To do so, I had to upgrade scalatest (to 2.1.6) and add xml and parser combinators modules when building against 2.11. The upgrade of...
Hi, I've tried to used in my Markdown: ``` html ``` which is the "embed" code provided by youtube **but unfurtunately it is escaped**, However, ``` html ``` is not...
Hi, It would be useful to have GFM / _Markdown here_ table support in Actuarius. This way we would be able to render tables without embedding the HTML directly. More...
It should be possible to emit NodeSeq objects instead of only Strings when processing Markdown. The best way to achieve this is to refactor the Decorator and make it more...