Closes: https://github.com/fleetdm/confidential/issues/7260 Changes: - Updated `build-static-content` to throw an error if it detects a multi-line HTML comment that starts on the line after a list to prevent rendering issues e.g., ``` - List item <!-- - Commented-out list item --> ```