We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f46e4 commit 93bf19fCopy full SHA for 93bf19f
markdown_it/extensions/myst_blocks/index.py
@@ -5,7 +5,7 @@
5
from markdown_it.common.utils import charCodeAt, isSpace, escapeHtml
6
7
8
-TARGET_PATTERN = re.compile(r"^\(([a-zA-Z0-9\|\@\<\>\*\.\/\_\-\+\:]{1,36})\)\=\s*$")
+TARGET_PATTERN = re.compile(r"^\(([a-zA-Z0-9\|\@\<\>\*\.\/\_\-\+\:]{1,100})\)\=\s*$")
9
10
11
def myst_block_plugin(md: MarkdownIt):
0 commit comments