-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Remove @raw html
decorations if target is Jupyter notebook
#222
Comments
@raw html
escaping@raw html
decorations if target is Jupyter notebook
I don't see the connection between that link and Jupyters markdown syntax? Anyway, this would simply require another regex here: Lines 184 to 185 in d59c8c1
|
Thanks for the link. I will make a PR. For future reference, this link discusses the Markdown allowed in a Jupyter notebook: https://nbformat.readthedocs.io/en/latest/markup.html#what-flavor-of-markdown-does-the-notebook-format-support
Both of these specifications seem to follow the guidelines in the Gruber link, e.g., allow direct inlining of HTML tags. |
In the context of a
notebook
output, Literate has the helpful behavior thatis replaced with
Please consider an additional transformation where
is replaced with just the raw HTML:
It appears that Jupyter notebooks follow a Markdown variant where inline HTML tags are explicitly supported: https://daringfireball.net/projects/markdown/syntax#html
The text was updated successfully, but these errors were encountered: