This repository demonstrates an Incorrect Access Control vulnerability in the
@digitalocean/do-markdownit library (≤ 1.16.1).
Both the callout and fence_environment plugins expect allowedClasses and
allowedEnvironments to be arrays of strings. If mistakenly provided as a string,
the library applies .includes directly, resulting in substring matching instead
of exact array comparison.