We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d083e commit b0b1edcCopy full SHA for b0b1edc
functionList/udl_markdown.xml
@@ -11,7 +11,7 @@
11
<parser displayName="Markdown (preinstalled)"
12
id="Markdown (preinstalled)"
13
commentExpr="">
14
- <function mainExpr="(?x-s)(^[#]+\s*(.*?)$|^(.*)(?=[\r\n]+^([-=])\4{2,}\s*$))"/>
+ <function mainExpr="(?x-s)(^\h*\K[#]+\h*(.*?)$|^(.*)(?=[\r\n]+^([-=])\4{2,}\h*$))"/>
15
</parser>
16
</functionList>
17
</NotepadPlus>
0 commit comments