Labels cannot have whitespace? #467
Unanswered
astrojuanlu
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Heya, yeh I was unaware that RST accepted spaces, but this could be pretty easily "fixed" by altering: https://github.com/executablebooks/mdit-py-plugins/blob/a0f7ffac84b2eb768a508c2e7a1c286df0c2b56a/mdit_py_plugins/myst_blocks/index.py#L116 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was translating some reStructuredText docs, and notice that while this works:
the equivalent MyST doesn't:
and Sphinx gives this
WARNING
:However, if I replace the whitespace by underscores
_
, it works.Is this intended?
Beta Was this translation helpful? Give feedback.
All reactions