Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link within markdown-enabled div #12

Open
gbacon opened this issue May 29, 2011 · 0 comments
Open

link within markdown-enabled div #12

gbacon opened this issue May 29, 2011 · 0 comments

Comments

@gbacon
Copy link

gbacon commented May 29, 2011

I expect

<div id="myid" markdown="1">
Use the [Google][1]!

[1]: http://www.google.com/
</div>

to become something like

<div id="myid">
<p>Use the <a href="http://www.google.com/">Google</a>!</p>
</div>

but the link isn't being processed. See related testcase.

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

No branches or pull requests

1 participant