Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace renderMarkdown

The namespace for the renderMarkdown function statics.

Index

Interfaces

Functions

Functions

renderMarked

  • renderMarked(content: string): Promise<string>
  • Render markdown for the specified content.

    deprecated

    This will be remove in 4.0.0 as a new plugin '@jupyterlab/markedparser-extension:plugin' will be exporting IMarkdownParser token for customization and reuse by other plugins.

    Parameters

    • content: string

      The string of markdown to render.

    Returns Promise<string>

    A promise which resolves with the rendered content.

Generated using TypeDoc