]> git.plutz.net Git - shellwiki/commitdiff
Squashed 'cgilite/' changes from 8928c6e..b846014
authorPaul Hänsch <paul@plutz.net>
Wed, 20 Sep 2023 19:20:33 +0000 (21:20 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 20 Sep 2023 19:20:33 +0000 (21:20 +0200)
b846014 bugfix: recognize center and left aligned pipe tables

git-subtree-dir: cgilite
git-subtree-split: b846014f18903c24ff681029627d4414512aea7b

markdown.awk

index e478156143dd79b59929874c5809b66b56be81f6..6143b73dea4ccd07e4262867480152d4ad85b028 100755 (executable)
@@ -402,7 +402,7 @@ function _block( block, LOCAL, st, len, text, title, attrib, href, guard, code,
 
   # Pipe Tables (pandoc / php md / gfm )
   } else if ( match(block, "^((\\|)?([^\n]+\\|)+[^\n]+(\\|)?)\n" \
-                           "((\\|)?:?(-+:?[\\|+])+:?-+:?(\\|)?)\n" \
+                           "((\\|)?(:?-+:?[\\|+])+:?-+:?(\\|)?)\n" \
                            "((\\|)?([^\n]+\\|)+[^\n]+(\\|)?(\n|$))+" ) ) {
     len = RLENGTH; st = RSTART;
     #initialize empty arrays