(index ("markdown->svnwiki" 0) ("pre-processing" 205) ("post-processing" 513) ("toc" 1089))
(def (sig (procedure " (markdown->svnwiki input)" (id markdown->svnwiki))) (p "Convert the given " (tt "input") " (may be a string or a port) into svnwiki, outputting to " (tt "current-output-port") "."))
(def (sig (parameter " pre-processing" (id pre-processing))) (p "An alist of functions that accept a string (the input to " (tt "markdown->svnwiki") ") and should transform it in some way. By default contains one entry: " (tt "code-blocks") ", for dealing with code blocks as described in Special Syntax."))
(def (sig (parameter " post-processing" (id post-processing))) (p "An alist of functions that accept a string (the pre-post-processed output from " (tt "markdown->svnwiki") ") and should transform it in some way. By default contains: " (tt "code-blocks") ", " (tt "procedure") ", " (tt "macro") ", " (tt "read") ", " (tt "parameter") ", " (tt "record") ", " (tt "string") ", " (tt "class") ", " (tt "method") ", " (tt "constant") ", " (tt "setter") ", " (tt "syntax") ", and " (tt "type") ", for dealing with code blocks and definition tags as described in Special Syntax."))
(def (sig (parameter " toc" (id toc))) (p "If true, inserts " (tt "[[toc:]]") " after the first-level heading(s). Defaults to " (tt "#t") "."))
