jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
205 stars 61 forks source link

Wikipedia links aren't replaced correctly #224

Closed rowanc1 closed 1 year ago

rowanc1 commented 1 year ago

What version of mystjs are you using?

0.1.11

How did you install myst?

npm

What operating system are you using?

Mac

Which area is this feature request for?

Website User Interface, Command Line Interface

Describe the Bug

Previously the <wiki:gravitational_waves> would create a link with "gravitational waves", this is currently not always working?!

image

Expected Behavior

replace the text correctly, remove the wiki: replace underscores with spaces.

To Reproduce

Demo here: https://myst-tools.org/docs/mystjs/external-references

rowanc1 commented 1 year ago

Thank you to @MridulS for fixing this!! 🚀