Function process

  • Prepare code for rendering multiple times.

    Parameters

    • code: string

      The code to highlight.

    • language: string

      The name of the code's language.

      The language must have been loaded previously by calling loadLanguage.

    Returns Highlights

    Highlight information about the code to be used by render.

Generated using TypeDoc