Function load

  • Load a stencila.Node from a string of content.

    Type Parameters

    • Options extends CommonDecodeOptions

    Parameters

    • content: string

      The content to load.

    • format: string

      The format to load the content as.

    • options: Options = ...

    Returns Promise<schema.Node>

Generated using TypeDoc