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

Links inside styled contexts aren't recognized #16

Open
hostilefork opened this issue Mar 1, 2015 · 0 comments
Open

Links inside styled contexts aren't recognized #16

hostilefork opened this issue Mar 1, 2015 · 0 comments
Labels

Comments

@hostilefork
Copy link

If I call markdown on "*[hostilefork](http://hostilefork.com)*" I get"<em>[foo](http://example.com)</em>"

Expected the inner link to be processed.

Similar problems happen if the outer style is done with double asterisks for bold style, etc. Backticks should not recognize markdown inside.

(Note: I assume it's probably obvious...but what happens here is that text is captured without then recursing. So what I'm doing as a workaround is taking context that capture into text, which then put text into the HTML, and replacing it with either xml? [markdown/xml text] [markdown text]...with a recursion-safe modification to markdown. But I'm probably not doing it how you'd want it done.)

@rebolek rebolek added the bug label Mar 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants