Skip to content

This package simplifies the flexmark-java markdown parser. It is indended for use in the Play 2.6 Framework, see README

Notifications You must be signed in to change notification settings

GabeChurch/ParseMarkdownScala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified Markdown Parser for Scala/Java/Play

This package simplifies the flexmark java markdown parser, which allows you to parse different flavors of markdown (CommonMark, Kramdown, Multimarkdown, Classic Markdown) to html for direct use in scala or java applications.

The primary use case for this package is within the play 2.6 framework for parsing markdown documents or text to html either as an output from our application or as an input to our page design. We do not need all of the functionality provided in the flexmark java package but do need easily applied parsing functions within play templates.

SEE http://gabechurch.com/ScalaPlayMarkdownParser/ for more

About

This package simplifies the flexmark-java markdown parser. It is indended for use in the Play 2.6 Framework, see README

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published