Validate the structure of a generated article HTML string.
This is a lightweight regex / string-based check, not a full DOM parse. It is intentionally fast and dependency-free.
The complete HTML string to validate.
Optional configuration overrides.
Structured validation result.
Validate the structure of a generated article HTML string.
This is a lightweight regex / string-based check, not a full DOM parse. It is intentionally fast and dependency-free.