Markdown Lib
Library for rendering markdown to html.
This is a library to ease rendering of markdown to HTML. You can use markdown inside standard text-components and then render to HTML in your views or in just a simple service. The markdown is following the CommonMark specification.
Releases
1.0.0
- Upgraded to XP7
Compatibility:
- 7.0.0
0.5.0
- Initial version using CommonMark specification.
Compatibility:
- 6.7
- 6.8
Download Markdown Lib
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'com.enonic.lib:lib-markdown:1.0.0'
}
Comments