Package com.seeq.link.sdk.utilities
Class Markdown
java.lang.Object
com.seeq.link.sdk.utilities.Markdown
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
compileMarkdownToHtml
(String markdown) Compile a markdown formatted document to an html document.static String
compileMarkdownToStyledHtml
(String markdown) Compile a markdown formatted document to a user presentable html document with inlined css.
-
Method Details
-
compileMarkdownToStyledHtml
Compile a markdown formatted document to a user presentable html document with inlined css.- Parameters:
markdown
- The document to render as html.- Returns:
- The html (with inline css) version of the provided markdown document.
-
compileMarkdownToHtml
Compile a markdown formatted document to an html document.- Parameters:
markdown
- The document to render as html.- Returns:
- The html version of the provided markdown document.
-