|
Cookbook /
NoPreformattedTextSummary: Removes the default preformatted text rules
Version: 2007-01-09
Prerequisites: pmwiki 2.1
Status:
Maintainer: Americo Albuquerque
Categories: Layout
Questions answered by this recipe
DescriptionThis recipe disables the default preformatted text behaviour. To have preformatted text you have to use the markup (:pre:) explicit. NotesYou can also disable the preformatted markup by disabling the "^ws" and the "^ " markup from your config.php by using DisableMarkup('^ws');
DisableMarkup('^ ');
This will also disable the bulleted, numbered and definition list's autoindentation. If you want to maintain the list's autoindentation but remove the preformatted behaviour then use this recipe by adding include_once(" Release Notes
CommentsSee AlsoContributorsAmerico Albuquerque |