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

Image markup incorrectly strips a dot character from URI #42

Closed
jun66j5 opened this issue Apr 29, 2017 · 2 comments
Closed

Image markup incorrectly strips a dot character from URI #42

jun66j5 opened this issue Apr 29, 2017 · 2 comments
Labels

Comments

@jun66j5
Copy link

jun66j5 commented Apr 29, 2017

Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import textile
>>> textile.__version__
'2.3.10'
>>> textile.textile('!./path/to/image.png!')
u'\t<p><img alt="" src="/path/to/image.png" /></p>'
>>> textile.textile('!.image.png!')
u'\t<p><img alt="" src="image.png" /></p>'
>>> textile.textile('!./image.png!')
u'\t<p><img alt="" src="/image.png" /></p>'
@jun66j5
Copy link
Author

jun66j5 commented Apr 30, 2017

Thanks for the quick fix.

@ikirudennis
Copy link
Member

Thanks for the clear bugtest. Version 2.3.11 is now available on PyPI.

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

3 participants