You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that when given an image  that Python Markdown will create an element <img alt="alt" src="a" title="b.txt" />. I was reading the Markdown spec, and it states that titles should be enclosed in quotes: http://daringfireball.net/projects/markdown/syntax#img.
While I am not sure if the spaces should or should not be allowed in an image path, I get the impression that Python Markdown in this case should not be grabbing b.txt for the title as it is not enclosed in quotes.