Skip to content

Remove @raw html decorations if target is Jupyter notebook #222

@kbarros

Description

@kbarros

In the context of a notebook output, Literate has the helpful behavior that

```math
\int f dx
```

is replaced with

$$
\int f dx
$$

Please consider an additional transformation where

```@raw html
  <tag> ... </tag>
```

is replaced with just the raw HTML:

  <tag> ... </tag>

It appears that Jupyter notebooks follow a Markdown variant where inline HTML tags are explicitly supported: https://daringfireball.net/projects/markdown/syntax#html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions