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

Reference style image after inline style image doesn't work correctely #261

Closed
ye-will opened this issue Jun 7, 2016 · 3 comments
Closed
Assignees
Labels

Comments

@ye-will
Copy link

ye-will commented Jun 7, 2016

failed:

![sd-inline](https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png) ![sd-ref][sd-logo]

ok:

![sd-ref][sd-logo] ![sd-inline](https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png)
@tivie tivie added the bug label Jun 8, 2016
@tivie tivie self-assigned this Jun 8, 2016
@tivie
Copy link
Member

tivie commented Jun 8, 2016

@ye-will Verified and reproducible. I will look into it as soon as possible

demo

tivie added a commit that referenced this issue Jun 8, 2016
…sing correctly

When reference style and inline style are mixed together, in the same line, it produces weird parsing bugs. This commit fixes this

Closes #261
@tivie
Copy link
Member

tivie commented Jun 8, 2016

@ye-will should be fixed now in 73206b0, develop branch

@ye-will
Copy link
Author

ye-will commented Jun 12, 2016

@tivie nice work.

@ye-will ye-will closed this as completed Jun 12, 2016
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