|
|
|
[
Permlink
| « Hide
]
Jorge Ferrer - 13/Jun/08 10:37 AM
After tracking this it ends up being an issue with how the conversion from Creole to JSPWiki's syntax is done. It should be converting = title = to == title == , == title == to === title === and so on.
I'm reopening this because after testing with a real set of pages (from LiferayPedia) I noticed that the solution I committed didn't do a good job with pages that used == Title == as the top level header (which is what everybody should do).
An smarter solution should be found that works best in both scenarios. I've just committed a new version that implements the following algorithm:
1) If the page does contains a header of the type = Title = follow on, otherwise leave page as it is 2) Change = Title = to == Title ==, == Title == to === Title ===, etc. |
|||||||||||||||||||||||||||||||||||||||||||||