Whitespace in img src

2008-02-25 Thread Florian Lindner
Hello, markdown (Python implementation) seems to render: ![alternativer text](pfad/und/eine lange/url zum bild.jpg) to img src=pfad/und/eine title=lange/url zum bild.jpg alt=alternativer text/ breaking the URL at the whitespace. AFAIK whitespaces are ok in URLs so why is it breaking up the URL

Re: Syntax for extensions

2008-02-14 Thread Florian Lindner
, Florian [1]: http://www.freewisdom.org/projects/python-markdown/Writing_Extensions On Feb 13, 2008 2:25 PM, Florian Lindner [EMAIL PROTECTED] wrote: Hello, I need to to slightly extend the markdown syntax. (place an image (img tag) in text which URL has not yet been determined

Syntax for extensions

2008-02-13 Thread Florian Lindner
Hello, I need to to slightly extend the markdown syntax. (place an image (img tag) in text which URL has not yet been determined). Therefore I want to define something like $[Alt text](img.jpg) which would be replaced by my pre-processor with ![Alt text](/path/to/img.jpg) and then sent to