Added dedicated rules page

This commit is contained in:
Wruczek
2016-07-01 04:35:15 +02:00
parent 1305489f26
commit 28e1ee34fe
5 changed files with 83 additions and 1 deletions

View File

@ -869,6 +869,9 @@ class Parsedown
'element' => array(
'name' => 'table',
'handler' => 'elements',
'attributes' => array(
'class' => 'table table-bordered table-hover table-responsive'
),
),
);