Function markdownShowcase

  • Markdown Showcase

    All comments are parsed as Markdown. TypeDoc uses the Marked markdown parser to convert comments to HTML.

    Symbol References

    You can link to other classes, members or functions using double square brackets or an inline link tag. See the TypeDoc documentation for details.

    Code in Doc Comments

    Some inline code: npm install --save-dev typedoc

    A TypeScript code block:

    // A fabulous variable
    const x: number | string = 12

    See syntaxHighlightingShowcase for more code blocks.

    A List

    • 🥚 Eggs
    • 🍞 Bread
    • 🧀 Swiss cheese

    A Table

    Package Version
    lodash 4.17.21
    react 17.0.2
    typedoc 0.22.4

    A Random Shakespeare Quote

    Rebellious subjects, enemies to peace, Profaners of this neighbour-stained steel,-- Will they not hear? What, ho! you men, you beasts, That quench the fire of your pernicious rage With purple fountains issuing from your veins

    An Image

    This requires the media option to be set.

    Returns void

Generated using TypeDoc