Class Markdown

    • Constructor Detail

      • Markdown

        public Markdown()
    • Method Detail

      • toHtml

        public String toHtml​(String markdown)
        Convert input markdown text to HTML. Simple text is not wrapped in

        ...

        .
        Parameters:
        markdown - text with Markdown styles. If null, "" is returned.
        Returns:
        HTML rendering from the Markdown