Doctrine Manual
- -You can view this manual online as -
- - - - -]*)?>(?:.*?)
(?:\s|$));msi',
- "\n\\1", $this->wiki->source);
+ "\n$1\n\n", $this->wiki->source);
// add extra newlines at the top and end; this
// seems to help many rules.
diff --git a/manual/new/lib/Text/Wiki/Parse/Doc/Table.php b/manual/new/lib/Text/Wiki/Parse/Doc/Table.php
new file mode 100644
index 000000000..355624d5e
--- /dev/null
+++ b/manual/new/lib/Text/Wiki/Parse/Doc/Table.php
@@ -0,0 +1,255 @@
+
+*
+* @license LGPL
+*
+* @version $Id: Table.php,v 1.3 2005/02/23 17:38:29 pmjones Exp $
+*
+*/
+
+/**
+*
+* Parses for table markup.
+*
+* This class implements a Text_Wiki_Parse to find source text marked as a
+* set of table rows, where a line start and ends with double-pipes (||)
+* and uses double-pipes to separate table cells. The rows must be on
+* sequential lines (no blank lines between them) -- a blank line
+* indicates the beginning of a new table.
+*
+* @category Text
+*
+* @package Text_Wiki
+*
+* @author Paul M. Jones ...tags) $h = new PHP_Highlight(true); $h->loadString($text); - $text = $h->toHtml(true); + $text = @$h->toHtml(true); $text = str_replace(' ', ' ', $text); diff --git a/manual/new/template.php b/manual/new/template.php deleted file mode 100644 index 7f602f8f7..000000000 --- a/manual/new/template.php +++ /dev/null @@ -1,83 +0,0 @@ - - - - - -
You can view this manual online as -
- - - - -There are several different versions of this manual available online: +