diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-18 09:41:04 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-18 09:41:04 +0000 |
commit | ffa1f89428e641fd13a7f4f221e05204275120fa (patch) | |
tree | d21ce1cad567db1bf0ab321a0c8887b2bbd88560 | |
parent | 7b1562bb1956f506ecdaecbb64042fc50b55d96b (diff) | |
download | pmwiki.svn-ffa1f89428e641fd13a7f4f221e05204275120fa.tar.bz2 |
PmSyntax update for $EnableSimpleTableRowspan.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4773 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | pub/guiedit/pmwiki.syntax.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pub/guiedit/pmwiki.syntax.js b/pub/guiedit/pmwiki.syntax.js index 3dbd65a2..7f28ff77 100644 --- a/pub/guiedit/pmwiki.syntax.js +++ b/pub/guiedit/pmwiki.syntax.js @@ -112,6 +112,8 @@ // simple tables ['tablecapt', '=table', /^(\|\|!)(.+)(!\|\|)$/mg], + ['tablerwsp1', 'table', /(\+\++)(?=\s*\|\|)/g], + ['tablerwsp2', 'escaped', /\|\|(__+|\^\^+)(?=\|\|)/g, /([_^]+)/], ['tablerow', '!table', /^\|\|.*\|\|.*$/mg, /((?:\|\|)+)(!?)/g], ['tableattr', '!table', /^(\|\|)(.*)($)/mg], |