diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2011-06-14 11:04:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-14 11:04:28 +0000 |
commit | 56370d3ac77c969d8d72d161f6b20e4b295939a2 (patch) | |
tree | d296624a4b225a481b858bcb54fd1d2f46e53b35 | |
parent | babf328004ec3d5a1e9011a491dfad68ad8f62b9 (diff) | |
download | ikiwiki-56370d3ac77c969d8d72d161f6b20e4b295939a2.tar ikiwiki-56370d3ac77c969d8d72d161f6b20e4b295939a2.tar.gz |
s/as-is/as pre-formatted/
-rw-r--r-- | doc/plugins/txt.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/txt.mdwn b/doc/plugins/txt.mdwn index a3087c9e0..a51aabf48 100644 --- a/doc/plugins/txt.mdwn +++ b/doc/plugins/txt.mdwn @@ -5,8 +5,8 @@ This plugin makes ikiwiki treat files with names ending in ".txt" as wiki pages. Unlike other [[type/format]] plugins, no formatting of markup in -txt files is done; the file contents is displayed to the user as-is, -with html markup characters such as ">" escaped. +txt files is done; the file contents is displayed to the user as +pre-formatted text, with html markup characters such as ">" escaped. The only exceptions are that [[WikiLinks|ikiwiki/WikiLink]] and [[directives|ikiwiki/directive]] are still expanded by |