Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 26, 2020
1 parent 5e14d6e commit 11445c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_it/extensions/myst_blocks/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from markdown_it.common.utils import charCodeAt, isSpace, escapeHtml


TARGET_PATTERN = re.compile(r"^\(([a-zA-Z\_\-\+\:]{1,36})\)\=\s*$")
TARGET_PATTERN = re.compile(r"^\(([a-zA-Z0-9\_\-\+\:]{1,36})\)\=\s*$")


def myst_block_plugin(md: MarkdownIt):
Expand Down

0 comments on commit 11445c6

Please sign in to comment.