Skip to content

Commit

Permalink
enables table merge feature #220
Browse files Browse the repository at this point in the history
  • Loading branch information
leomoon committed Dec 1, 2024
1 parent 150c585 commit 8ede495
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 8ede495

Please sign in to comment.