diff --git a/lib/rules_block/lheading.mjs b/lib/rules_block/lheading.mjs index ee3b9a3..271d3b8 100644 --- a/lib/rules_block/lheading.mjs +++ b/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 }