Function dump

  • Dump a stencila.Node to a string of content.

    Type Parameters

    • Options extends CommonEncodeOptions

    Parameters

    • node: Node

      The node to dump.

    • format: string

      The format to dump the node as.

    • options: Options = ...

      Encoding options.

    Returns Promise<string>

Generated using TypeDoc