In the context of a notebook output, Literate has the helpful behavior that
is replaced with
Please consider an additional transformation where
```@raw html
<tag> ... </tag>
```
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
In the context of a
notebookoutput, 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