Plain-text check types validate body content as raw text, independent of markdown structure. They apply to plain-text items as well as markdown bodies.

Check types in this family:

  • Denylist: Forbid any of a list of literal substrings in the body text.
  • Forbids: Forbid a regular expression from appearing in the body text.
  • Requires: Require a regular expression to appear in the body text.