From 917d2622aa5fe748c1cda914eae94c12be743c42 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 2 Mar 2023 02:17:52 +0300 Subject: support tables and emojies in markdown --- lib/MyParsedown.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lib/MyParsedown.php') diff --git a/lib/MyParsedown.php b/lib/MyParsedown.php index 11e86d6..cd537bc 100644 --- a/lib/MyParsedown.php +++ b/lib/MyParsedown.php @@ -1,13 +1,16 @@ [ + 'tablespan' => true + ] + ]); + $this->InlineTypes['{'][] = 'FileAttach'; $this->InlineTypes['{'][] = 'Image'; $this->InlineTypes['{'][] = 'Video'; -- cgit v1.2.3