Function: $convertPreElement()
$convertPreElement(
element
):DOMConversionOutput
Converts a HTML element into a CodeBlockNode. Extracts the code content, language, and meta information from the element's attributes. The language is determined from the class attribute (e.g., class="language-javascript") or the data-language attribute if available.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | The HTML element to convert. |
Returns
DOMConversionOutput
A DOMConversionOutput containing the created CodeBlockNode.