search for: imagelinks

Displaying 2 results from an estimated 2 matches for "imagelinks".

Did you mean: imagelink
2010 Jun 07
2
Removal of "CentOS Errata" from Newsletter 1004
Dear all, On 06/07/2010 09:00 AM, noreply at centos.org wrote: > The following page has been changed by GeerdDietgerHoffmann: > http://wiki.centos.org/Newsletter/1004?action=diff&rev2=11&rev1=10 > > ------------------------------------------------------------------------------ > - ||<tablestyle="float:
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 ![Alt text](/path/to/img.jpg) and then sent to markdown. Is there any special syntax that should be used for such 3rd party extensions? How would you do