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 2ec0abd commit a76e350Copy full SHA for a76e350
markdown_it/__init__.py
@@ -1,4 +1,4 @@
1
from .main import MarkdownIt # noqa: F401
2
3
4
-__version__ = "0.3.0"
+__version__ = "0.3.1"
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,36})\)\=\s*$")
9
10
11
def myst_block_plugin(md: MarkdownIt):
0 commit comments