Skip to content
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

0.4.x: Fix markdown rendering logic #1491

Draft
wants to merge 5 commits into
base: 0.4.x
Choose a base branch
from

Conversation

martinRenou
Copy link
Member

@martinRenou martinRenou commented Sep 23, 2024

Using the following code:

from ipywidgets import Output

from IPython.display import display, Markdown

out = Output()

with out:
    display(Markdown("[google](https://google.com)"))

out

Results in not rendering the link properly, instead we see the raw code inlined "[google](https://google.com)"

This PR is an attempt to fix that issue.

It turns out those changes are working for me 15% of the time... When it does not render, I see this:

Javascript Error: Loading chunk 8586 failed.
(error: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/extensions/8586.voila.js)

Copy link
Contributor

Binder 👈 Launch a Binder on branch martinRenou/voila/fix_markdown_render

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant