summaryrefslogtreecommitdiff
path: root/doc/plugins/write.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-22 20:33:51 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-22 20:33:51 -0400
commit41b0c029c8e1c8cfe776c594c1912e84106d52a7 (patch)
tree56302638acfa5c84947bffe3807c6942d9b2eb5a /doc/plugins/write.mdwn
parent29f32d0ba35fdd6ce25201146025917395c77c1b (diff)
formatting
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r--doc/plugins/write.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 22bd5d114..12bd33662 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -635,4 +635,5 @@ when imported, populate `$IkiWiki::Setup::raw_setup` with a reference
to a hash containing all the config items.
By the way, to parse a ikiwiki setup file, a program just needs to
-do something like `use IkiWiki::Setup; my %setup=IkiWiki::Setup::load($filename)`
+do something like:
+`use IkiWiki::Setup; my %setup=IkiWiki::Setup::load($filename)`