import type { RuleConfigValue } from '@markuplint/ml-config'; /** * Rule that checks whether special characters are properly escaped as * character references. * * Scans text nodes and attribute values for the characters `"`, `&`, `<`, * and `>` that are not already part of a valid character reference. Text * inside `