Skip to content

Commit

Permalink
Merge pull request #221 from leomoon/master
Browse files Browse the repository at this point in the history
enables table merge feature #220
  • Loading branch information
leomoon authored Dec 2, 2024
2 parents 150c585 + 8ede495 commit 897bfe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.68
1.0.69
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
$DOC=new Document(DOC);
// initialize markdown parser
$PARSER=new ParsedownPlus([
'tables' => [
'tablespan' => true,
],
'safemode' => true, // enable parsedown's built-in safe mode
'typographer' => true,
'toc' => true,
Expand Down

0 comments on commit 897bfe5

Please sign in to comment.