diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-16 22:56:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-16 22:56:44 +0000 |
commit | 29200cd16ddb291a548649e48c15e4c7460baf0b (patch) | |
tree | 99dd2f48813f7609c21894c83449eaa9ecfea5c3 /doc/plugins/contrib | |
parent | fd799b4d53cd9e4ba28094e3cfa27473232f9eca (diff) |
web commit by http://jeremie.koenig.myopenid.com/: disable the preprocessor for some types of pages?
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/plaintext.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/contrib/plaintext.mdwn b/doc/plugins/contrib/plaintext.mdwn index 83d4599f6..0350bc3ca 100644 --- a/doc/plugins/contrib/plaintext.mdwn +++ b/doc/plugins/contrib/plaintext.mdwn @@ -9,3 +9,9 @@ This plugins uses HTML::Entities::encode_entities() on the page's content and wraps it in a `<pre>`...`</pre>` tag. Download from [here](http://www.jk.fr.eu.org/ikiwiki/plaintext.pm). + +## Problems + +Wikilinks are expanded as usual, and as such produce `<a href=...>text</a>` +tags, which are displayed as plain text. Is there a way to disable the preprocessor +for some types of pages?
\ No newline at end of file |