summaryrefslogtreecommitdiff
path: root/inc/parser/parser.php
diff options
context:
space:
mode:
authorhakan.sandell <hakan.sandell@mydata.se>2009-11-03 17:10:02 +0100
committerhakan.sandell <hakan.sandell@mydata.se>2009-11-03 17:10:02 +0100
commit25b97867c7d50ea2cbce4db0662c278b135db5a6 (patch)
tree118c91d7ec12538d544528b4dbd7ddd2c71cbad2 /inc/parser/parser.php
parent1f8eb24f4e8a49f1d2205b797b0ab46b82105b5f (diff)
downloadrpg-25b97867c7d50ea2cbce4db0662c278b135db5a6.tar.gz
rpg-25b97867c7d50ea2cbce4db0662c278b135db5a6.tar.bz2
rowspan with ::: implemented in parser/handler
darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.gz
Diffstat (limited to 'inc/parser/parser.php')
-rw-r--r--inc/parser/parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/parser.php b/inc/parser/parser.php
index 77909a436..a78b08a29 100644
--- a/inc/parser/parser.php
+++ b/inc/parser/parser.php
@@ -452,7 +452,7 @@ class Doku_Parser_Mode_table extends Doku_Parser_Mode {
function postConnect() {
$this->Lexer->addPattern('\n\^','table');
$this->Lexer->addPattern('\n\|','table');
- #$this->Lexer->addPattern(' {2,}','table');
+ $this->Lexer->addPattern('[\t ]*:::[\t ]*(?=[\|\^])','table');
$this->Lexer->addPattern('[\t ]+','table');
$this->Lexer->addPattern('\^','table');
$this->Lexer->addPattern('\|','table');