browncr / cr-www

GNU Affero General Public License v3.0
3 stars 2 forks source link

Compare Markdown -> HTML libraries for Scala #7

Open melloc opened 9 years ago

melloc commented 9 years ago

Certain pages should be easily modifiable by execs, and should be stored in the database. Let's have them written in Markdown, processed into HTML, and save both Markdown/HTML in the database.

kmicklas commented 9 years ago

The two most legit looking Scala markdown libraries, Laika and Actuarius, both only have sbt artifacts for Scala 2.10. I guess we'll have to build it ourselves. I'll work on adding Laika as a submodule since it seems faster and more up to date.