1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

hr tailwind class

This commit is contained in:
Valeriu 2021-04-02 20:58:00 +03:00
parent 3c2175a39b
commit ab274cf58f

View File

@ -840,6 +840,9 @@ class Parsedown
$Block = array(
'element' => array(
'name' => 'hr',
'attributes' => array(
'class' => 'my-3 border-gray',
),
),
);