Displaying 1 result from an estimated 1 matches for "image_link_re".
2008 Feb 13
3
Syntax for extensions
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  and then sent to markdown.
Is there any special syntax that should be used for such 3rd party extensions? 
How would you do