Function extractFromHtmlLike
- extractFromHtmlLike(macro): {
attributes: Record<string, string | number | boolean | object>;
content: Node[];
tag: string;
} Returns {
attributes: Record<string, string | number | boolean | object>;
content: Node[];
tag: string;
}
attributes: Record<string, string | number | boolean | object>
content: Node[]
tag: string
Extract the contents/attributes/tag from an html-like macro.