Site and E-Book generator

In a few words, Laika is a content processor which can convert markdown to HTML:

  f: (Seq[MD] + configuration) => Seq[HTML] 

and PDF or EPUB:

  f: (Seq[MD] + configuration) => Seq[PDF] 
  • (github)[https://github.com/typelevel/Laika]
  • (documentation)[https://typelevel.org/Laika/]