• Build an annotated text from a HTML string using the rehype parser.

    Parameters

    • text: string

      The HTML string to parse.

    • parse: unknown
    • Optionaloptions: IOptions

      The options to use.

    Returns annotatedtext.IAnnotatedtext

    The annotated text.

    build