The interface for a Markdown parser.

Hierarchy

Methods

Methods

  • Render a markdown source.

    Parameters

    • source: string

      The string to render.

    Returns Promise<string>

    • A promise of the string.

Generated using TypeDoc