Skip to content

Commit 93bf19f

Browse files
authored
Increase character limit for ref target labels
1 parent c5f46e4 commit 93bf19f

File tree

1 file changed

+1
-1
lines changed
  • markdown_it/extensions/myst_blocks

1 file changed

+1
-1
lines changed

markdown_it/extensions/myst_blocks/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from markdown_it.common.utils import charCodeAt, isSpace, escapeHtml
66

77

8-
TARGET_PATTERN = re.compile(r"^\(([a-zA-Z0-9\|\@\<\>\*\.\/\_\-\+\:]{1,36})\)\=\s*$")
8+
TARGET_PATTERN = re.compile(r"^\(([a-zA-Z0-9\|\@\<\>\*\.\/\_\-\+\:]{1,100})\)\=\s*$")
99

1010

1111
def myst_block_plugin(md: MarkdownIt):

0 commit comments

Comments
 (0)