Skip to content

Commit 6f31959

Browse files
committed
Added h5 and h6
1 parent 8b486a2 commit 6f31959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Converter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public function __construct(string $text = null){
3636
'h2' => '##',
3737
'h3' => '###',
3838
'h4' => '####',
39+
'h5' => '#####',
40+
'h6' => '######',
3941
];
4042

4143
/** List of bbTags with attributes and their replacements.

0 commit comments

Comments
 (0)