Function decode

  • Implementation of Stencila plugin method decode.

    Delegates to the codec that matches the input format with the content loaded into a VFile. Extends Jesta's method schema with all the formats supported by Encoda.

    Parameters

    • this: Encoda
    • content: string
    • format: undefined | string

    Returns Promise<schema.Node>

Generated using TypeDoc