We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>'
The text was updated successfully, but these errors were encountered:
775c708
Thanks for the quick fix.
Sorry, something went wrong.
Thanks for the clear bugtest. Version 2.3.11 is now available on PyPI.
No branches or pull requests
The text was updated successfully, but these errors were encountered: