aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/format.pm
Commit message (Expand)AuthorAge
* txt: Fix display when used inside a format directive.•••txt's use of a format hook can't work in that case, so it needs to use a htmlizeformat hook in this case to handle wrapping the text in pre tags. Joey Hess2010-10-25
* setup file orderingJoey Hess2010-02-12
* Fix color and format plugins to appear in the websetup interface.Joey Hess2010-02-06
* allow format to use any language supported by highlight•••format: Provide a htmlizefallback hook that other plugins can use to handle formats that are not suitable for general-purpose htmlize hooks. highlight: Use the hook to allow formatting of any language/extension, without it needing to be enabled for standalone source files. highlight: If the highlight perl binding is not available, fallback safely to a passthrough mode. Joey Hess2009-05-23
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* preprocess text before htmlizing itJoey Hess2008-11-02
* format: New plugin, allows embedding differntly formatted text inside a page ...Joey Hess2008-10-31