Fixed section-header-prefix for trac wiki.

This commit is contained in:
Robert P. Goldman 2011-10-21 11:13:28 -05:00 committed by Bastien Guerry
parent e377588de1
commit 7c1c2bfe10
1 changed files with 2 additions and 2 deletions

View File

@ -405,8 +405,8 @@ in this way, it will be wrapped."
:body-header-section-numbers nil
:body-section-prefix "\n"
:body-section-header-prefix ("== " "=== " "==== "
"===== " "====== " "======= ")
:body-section-header-prefix (" == " " === " " ==== "
" ===== " " ====== " " ======= ")
:body-section-header-suffix (" ==\n\n" " ===\n\n" " ====\n\n"
" =====\n\n" " ======\n\n" " =======\n\n")