OpenTabletDriver / opentabletdriver.github.io

The next version of OpenTabletDriver.Web
http://opentabletdriver.net/
GNU Affero General Public License v3.0
1 stars 5 forks source link

(linting) MD028 can likely be re-enabled #143

Closed gonX closed 9 months ago

gonX commented 10 months ago

135 disables MD028 (Blank line inside blockquote) which I don't think we should be disabling.

Keeping it enabled ensures we have consistency

gonX commented 9 months ago

This cannot be fixed because it actually does the opposite of what we want. Having 2 blockquotes in a row does indeed split them into 2 clean blockquotes as we expect. This is a case of where manual review will better catch the intent, rather than using this rule.