search for: imagelink

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

2010 Jun 07
2
Removal of "CentOS Errata" from Newsletter 1004
...g wrote: > The following page has been changed by GeerdDietgerHoffmann: > http://wiki.centos.org/Newsletter/1004?action=diff&rev2=11&rev1=10 > > ------------------------------------------------------------------------------ > - ||<tablestyle="float: right;">[[ImageLink(TimothyLee/TimothyLee96.png,TimothyLee,alt=Timothy Lee,width=48)]]|| > - == CentOS Errata == > - ''This section highlights the most severe security updates for each supported CentOS release, whilst providing a summary and short links to the reference of the security issue.'' &...
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