Skip to content

Commit 11445c6

Browse files
committed
minor fix
1 parent 5e14d6e commit 11445c6

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

1010

1111
def myst_block_plugin(md: MarkdownIt):

0 commit comments

Comments
 (0)