diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 20:33:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 20:33:51 -0400 |
commit | 41b0c029c8e1c8cfe776c594c1912e84106d52a7 (patch) | |
tree | 56302638acfa5c84947bffe3807c6942d9b2eb5a /doc | |
parent | 29f32d0ba35fdd6ce25201146025917395c77c1b (diff) |
formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 3 |
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)` |