isBlockElement property

bool isBlockElement
getter/setter pair

isBlockElement indicates if this is a block-level element (like code block or blockquote) Block elements should take full width and have distinct visual styling

Implementation

bool isBlockElement;