Browse Source

Merge 646fb2c0c0 into a6d1d484e5

pull/1131/merge
buildwithzephyr 2 weeks ago
committed by GitHub
parent
commit
5a252c1d63
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      lib/rules_block/lheading.mjs

1
lib/rules_block/lheading.mjs

@ -57,6 +57,7 @@ export default function lheading (state, startLine, endLine/*, silent */) {
if (!level) {
// Didn't find valid underline
state.parentType = oldParentType
return false
}

Loading…
Cancel
Save