no-code-block-newlines
Disallows leading and trailing blank lines inside fenced code blocks.
Rule Details
Section titled “Rule Details”This rule automatically removes blank lines immediately after an opening fence or immediately before a closing fence.
<!-- Bad -->
```txt
hello
```
<!-- Good -->
```txthello```Options
Section titled “Options”This rule is not configurable.
