Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | no longer need triple quotes | joey | 2006-08-23 |
| | |||
* | * Change order of linkify and preprocess; first preprocess and then linkify. | joey | 2006-08-23 |
| | | | | | | | | | | This allows passing a wikilink inside a parameter to a preprocessor directive without it being expanded to html, and leaking out of the parameter, which had required some non-obvious use of triple-quoting to avoid. Note that any preprocessor plugins that output something that looks like a wikilink will now have it treated as such; AFAIK this doesn't change any behavior though except for the template plugin. * Enable preprocessor directives when previewing an edit. | ||
* | * Allow preprocessor directives to contain python-like triple-quoted | joey | 2006-08-23 |
text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin. |