annotatedtext - v1.2.1
    Preparing search index...

    Interface IOptions

    IOptions

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

    Methods

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

      Parameters

      • Optionaltext: string

      Returns string