Class Markdown

java.lang.Object
com.seeq.link.sdk.utilities.Markdown

public final class Markdown extends Object
  • Method Details

    • compileMarkdownToStyledHtml

      public static String compileMarkdownToStyledHtml(String markdown)
      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

      public static String compileMarkdownToHtml(String markdown)
      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.