We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c647b7 commit e6b1ba4Copy full SHA for e6b1ba4
1 file changed
plugins/headings/level.py
@@ -78,8 +78,7 @@ def _set_level(self, edit, calc_level, select):
78
view = self.view
79
match_heading_hashes = view.settings().get("mde.match_heading_hashes")
80
pattern = re.compile(
81
- r"""
82
- (?x)
+ r"""(?x)
83
^([ \t>]*) # block quotes
84
(?:
85
(\#+) # leading hashes
0 commit comments