Closed greazer closed 3 years ago
@greazer thanks for forwarding the issue.
@mjbvz I didn't reproduce this issue with the custom markdown renderer. I wonder if we want to support this in the builtin markdown as well. It looks like a bug to me.
With VS Code insiders, I can't reproduce this with the built-in markdown renderer using GitHub issues and Jupyter. @rebornix Were you able to reproduce the issue?
I believe this is an issue with custom editor based Jupyter notebooks. It should be filed against the python/jupyter extension instead
I'm going to close this as it does not seem like a VS Code issue
Yes, this bug occurs specifically in the Jupyter notebook that comes with Microsoft's Python extension. That's why I originally filed it under the vscode-jupyter extension mentioned by @greazer above.
@rsonger commented on Fri Mar 19 2021
Environment data
Expected behaviour
When adding stylization to a link label within a markdown cell (for example,
[_label_](https://www.github.com)
), rendering the cell should also render the stylization of the text while maintaining full link functionality. This type of behavior is observed in common markdown editors, markdown preview extensions for VS Code (such as Markdown Preview Enhanced), even the markdown editor here on GitHub.Actual behaviour
When the entire link label text within the square brackets of the label is stylized (emphasis or strong emphasis in particular), then the link still renders as clickable but clicking on the rendered link does not respond in any way.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)``` > ~/anaconda3/envs/datascienv/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.3.619093157/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel" Error 2021-03-19 17:57:40: Jupyter Kernel Spec not found for a local connection > ~/anaconda3/envs/datascienv/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.3.619093157/pythonFiles/pyvsc-run-isolated.py pip list > ~/anaconda3/envs/datascienv/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.3.619093157/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel" > ~/anaconda3/envs/datascienv/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.3.619093157/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v Started kernel Python 3.7.10 64-bit ('datascienv': conda) > ~/anaconda3/envs/datascienv/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.3.619093157/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel" > ~/anaconda3/envs/datascienv/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.3.619093157/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v ```
@claudiaregio commented on Sat Mar 20 2021
Thanks @rsonger I am able to reproduce this behavior at this time