FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Image markup incorrectly strips a dot character from URI · Issue #42 · textile/python-textile · GitHub

Image markup incorrectly strips a dot character from URI #42

Description

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>'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL