Interface IOptions

IOptions

interface IOptions {
    annotatetextnode(node: INode, text: string): null | IAnnotation;
    children(node: INode): INode[];
    interpretmarkup(text?: string): string;
}

Methods

  • A function that returns a string representing how markup should be interpreted.

    Parameters

    • Optionaltext: string

    Returns string