• Extract the contents/attributes/tag from an html-like macro.

    Parameters

    Returns {
        attributes: Record<string, string | number | boolean | object>;
        content: Node[];
        tag: string;
    }

    • attributes: Record<string, string | number | boolean | object>
    • content: Node[]
    • tag: string

Generated using TypeDoc