00444: preformat not working in advanced tables

Summary: preformat not working in advanced tables
Created: 2005-05-25 06:06
Status: Closed - not a bug
Category: Bug
From: Svogel
Assigned:
Priority: 4
Version: 2.0.beta36
OS: Win XP/Apache2/PHP 5

Description: Content is not preformatted as it should in advanced tables. E.g (see source!):

This should be preformatted text with linebreaks

Does not preformat the text.


Use a separate line, as in:

(:table:)
(:cell:)
 [= This should
be preformatted
text with
linebreaks =]
(:tableend:)
  This should
be preformatted
text with
linebreaks 

Even better, use the new [@...@] markup for preformatted text sections, which doesn't require the leading space.

Pm