Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Links within two block elements not expanded #40

@davorg

Description

@davorg

I have this:

<div markdown="1">
<div>
[Link in two divs](http://example.com/)
</div>
</div>

I think that should be expanded to:

<div>
<div>
<p><a href="http://example.com/">Link in two divs</a></p>
</div>
</div>

But I end up with:

<div>
<div>
[Link in two divs](http://example.com/)
</div>
</div>

Failing test file attached

links.t.gz

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