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

Links within two block elements not expanded #40

Open
davorg opened this issue Mar 15, 2017 · 0 comments
Open

Links within two block elements not expanded #40

davorg opened this issue Mar 15, 2017 · 0 comments

Comments

@davorg
Copy link

davorg commented Mar 15, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant