Skip to content

Images in markdown are not displayed #16

@jontingvold

Description

@jontingvold

When you include images in the markdown text, they are not displayed in Nbviewer-app.

None of these methods work.

Image in same directory
![](curse-of-dim.png)

Attached image
![curse-of-dim.png](attachment:curse-of-dim.png)

Image with img tag
<img src="curse-of-dim.png">

Attached image with img tag
<img src="attachment:curse-of-dim.png">

See included file to reproduce the bug.
Bug - Images is not displayed in nbviewer-app.zip

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