Interface Markdown

  • All Known Implementing Classes:
    MkMarkdown

    @Immutable
    public interface Markdown
    Markdown API.
    Since:
    0.6
    Version:
    $Id: 7014b998b477a13d4ecfe5eeb1f0b69a09eb13cb $
    Author:
    Yegor Bugayenko ([email protected])
    See Also:
    Markdown API
    • Method Detail

      • github

        Github github()
        Get its owner.
        Returns:
        Github
      • render

        String render​(javax.json.JsonObject json)
               throws IOException
        Render.
        Parameters:
        json - JSON parameters
        Returns:
        HTML
        Throws:
        IOException - If it fails due to I/O problem
      • raw

        String raw​(String text)
            throws IOException
        Raw rendering.
        Parameters:
        text - Text in Markdown format
        Returns:
        HTML
        Throws:
        IOException - If it fails due to I/O problem