Z505: UNTAGGED_CODE_BLOCK¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This rule is emitted when a fenced code block (```) lacks a programming language specifier tag, preventing syntax highlighting in static site builds.
How to Fix¶
Inspect the flagged location in the Markdown file and update the content or configuration:
Bad (Triggers Z505)¶
Good (Resolves Z505)¶
Configuration¶
Reference¶
See the Finding Codes Index for finding code details.