no-unconventional-code-blocks
Requires conventional language identifiers for fenced code blocks.
Rule Details
Section titled “Rule Details”This rule automatically replaces bash with sh, console with powershell,
and text with txt.
<!-- Bad -->
```bashecho "Hello"```
<!-- Good -->
```shecho "Hello"```Options
Section titled “Options”This rule is not configurable.
