Skip to content
This repository was archived by the owner on Mar 25, 2022. It is now read-only.
This repository was archived by the owner on Mar 25, 2022. It is now read-only.

image code broken #88

@fyears

Description

@fyears

The pypi version works fine.

However, fter installing the latest recommonmark this commit on GitHub by:

pip install git+https://github.com/rtfd/recommonmark

The image code gets broken:

![alt text](images/example.png)

is translated into

<p><img alt="_images/example.png" src="_images/example.png" />alt text</p>

instead of the correct one:

<img alt="alt text" src="_images/example.png" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions