We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b486a2 commit 6f31959Copy full SHA for 6f31959
src/Converter.php
@@ -36,6 +36,8 @@ public function __construct(string $text = null){
36
'h2' => '##',
37
'h3' => '###',
38
'h4' => '####',
39
+ 'h5' => '#####',
40
+ 'h6' => '######',
41
];
42
43
/** List of bbTags with attributes and their replacements.
0 commit comments