Skip to content

Commit

Permalink
Fix test case for blockquote inside dd
Browse files Browse the repository at this point in the history
close #8
  • Loading branch information
rlidwka committed Sep 10, 2020
1 parent 20db400 commit 9d12892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ module.exports = function deflist_plugin(md) {
}


md.block.ruler.before('paragraph', 'deflist', deflist, { alt: [ 'paragraph', 'reference' ] });
md.block.ruler.before('paragraph', 'deflist', deflist, { alt: [ 'paragraph', 'reference', 'blockquote' ] });
};

0 comments on commit 9d12892

Please sign in to comment.