From dc0b27592c18836fc4a6853538687c8ad5cd70c1 Mon Sep 17 00:00:00 2001 From: mruz Date: Mon, 7 Jul 2014 08:43:28 +0200 Subject: [PATCH] Parsedown, bootstrap table --- app/common/library/Parsedown.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/common/library/Parsedown.php b/app/common/library/Parsedown.php index bbd566b..2c6e5bd 100644 --- a/app/common/library/Parsedown.php +++ b/app/common/library/Parsedown.php @@ -694,6 +694,9 @@ protected function identifyTable($Line, array $Block = null) 'element' => array( 'name' => 'table', 'handler' => 'elements', + 'attributes' => array( + 'class' => 'table table-striped table-responsive' + ), ), );