-
Notifications
You must be signed in to change notification settings - Fork 857
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 Images require a title tag #71
Comments
There are too many white-space courtesies, one of them is not being optionalized when the tag does not appear and that is what's causing it to fail. However when i try to escape one of the existing it also fails, or it doesn't allow a tag. I also tried putting in a second check for without a tag, and that still failed. Currently if you have a trailing space, but no tag it will still work. |
I noticed this bug as well. |
* evilstreak/master: Start changes file for next release v0.5.0 Add test for image without title inside link (evilstreak#71) Update changelog since 0.4 Style change - move function just used in table processing into Maruku.block.table Fix broken escaping introduected in 404344f added reference to new tests added some tests for tables added tolerance for up to three spaces for headers and first horizontal rule as per markdown extra corrected some omitted characters needing escape in _split_on_unescaped resolved issue with escaped pipes implemented tables
[![alt](src "title")](link)
should also be able to only be
[![alt](src)](link)
The text was updated successfully, but these errors were encountered: