formatting
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Jul 2008 00:33:51 +0000 (20:33 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Jul 2008 00:33:51 +0000 (20:33 -0400)
doc/plugins/write.mdwn

index 22bd5d114872a62e80f29c7e3ab9d6bdf10f3a42..12bd336621fe8c94338b5a8bbcd3c4478ff45c51 100644 (file)
@@ -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)`