Skip to content

Description Check

Latest

Choose a tag to compare

@MPHONlC MPHONlC released this 14 Sep 16:52
a817f85

Description Check

Compares description content across BBCode (any forum using BBCode), GitHub Flavored Markdown, and Bethesda (CommonMark), ignoring each platform's own formatting AND each platform's own section ordering - a sentence appearing earlier on one platform than another is not treated as a mismatch. Reports a sentence-match count for every pair (BBCode vs GitHub, GitHub vs Bethesda, BBCode vs Bethesda), with the actual differing sentences listed - it never fails the run, since some wording variation between platforms is normal for a description page (unlike a changelog, which is expected to match exactly - see changelog-check for that).

It knows the real structural differences between the three platforms out of the box:

  • GitHub-only decoration (badge images, an <div align="center"> header block, > [!NOTE]/> [!WARNING]/etc. admonition markers, markdown tables) is stripped/unwrapped before comparing, not treated as content.
  • <kbd>, <sub>, **bold**, backtick code spans, and markdown/BBCode links are all normalized to plain text on the relevant platform.