-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: 'myst' reference target not found #1657
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Heya, this is now handled in myst-parser v0.17: https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html#markdown-link-resolution-improvements Hopefully this will make its way up to jupyter-book in the not too distant future |
hi; am running into this as well is there any known workaround until |
I am still experiencing this problem. I am using JupyterBook v1.0.0, which requires myst-parser<3,>=1 |
I am also running into this. Is there any reason why the JupyterBook dependencies can't be updated to e.g. myst-parser>=3? |
The following syntax should create a list to a local file:
When I do this in an
md
file in Jupiter, and open with the preview, everything works as expected: the link is displayed, and clicking on it opens a new browser window showing the contents of the pdf.However, running
jupiter-book build Doc
gives a warning:and the link is not created in the final html.
Version information:
The text was updated successfully, but these errors were encountered: