aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>2009-02-12 03:33:20 -0500
committerJoey Hess <joey@kitenet.net>2009-02-12 03:33:20 -0500
commit0826d993461c16c91de5d36ff4fc5b2e2bfd6f8c (patch)
tree5183afec97cb64397418a91a0cd3750a1a95d1d4 /doc
parenta7e119767ce0b042075fd8955599e30df13e290b (diff)
downloadikiwiki-0826d993461c16c91de5d36ff4fc5b2e2bfd6f8c.tar
ikiwiki-0826d993461c16c91de5d36ff4fc5b2e2bfd6f8c.tar.gz
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/shortcut/discussion.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/shortcut/discussion.mdwn b/doc/plugins/shortcut/discussion.mdwn
index d11639856..8fa3f7acf 100644
--- a/doc/plugins/shortcut/discussion.mdwn
+++ b/doc/plugins/shortcut/discussion.mdwn
@@ -1,8 +1,8 @@
The plugin somehow depends on [[mdwn]]. If you have
disabled [[mdwn]], to get [[shortcut]] work, you need
-commit in a shortcuts.ext (ext is rcs|creole|html|txt|etc).
+commit in a shortcuts.ext (ext is `rcs|creole|html|txt|etc`).
-Then edit the following lines in[[shortcut]] plugin source:
+Then edit the following lines in [[shortcut]] plugin source:
my $srcfile=srcfile("shortcuts.mdwn", 1);
@@ -12,5 +12,5 @@ and
(It is better to edit a local copy of shortcut.pm in, say, ~/.ikiwiki/IkiWiki/Plugin
-and add ~/.ikiwiki to libdir in your ikiwiki.setup then edit the shortcut.pm installed
+and add ~/.ikiwiki to libdir in your ikiwiki.setup than edit the shortcut.pm installed
in system directly.)