jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
140 stars 17 forks source link

Jupyterlab-myst don't highlight URL when enabled #219

Closed hoxbro closed 6 months ago

hoxbro commented 8 months ago

Description

I sometimes paste URLs into a markdown cell and have noticed I can't click on them when I have jupyterlab-myst enabled.

Jupyterlab-myst enabled

 Screenshot 2024-02-22 13 35 00

Jupyterlab-myst disabled

 Screenshot 2024-02-22 13 35 30

Proposed solution

Additional notes

welcome[bot] commented 8 months ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

rowanc1 commented 8 months ago

Thanks @Hoxbro.

@agoose77 we turned the "linkify" plugin on a while ago in the base mystmd packages (https://github.com/executablebooks/mystmd/pull/53), are you seeing this in your dev environment?

agoose77 commented 7 months ago

I can confirm this appears to be a regression!