mirror of https://gitlab.com/bashrc2/epicyon
Extra heading
parent
25db1ebc10
commit
1dd026798a
|
@ -339,6 +339,7 @@ def markdown_to_html(markdown: str) -> str:
|
||||||
ctr = 0
|
ctr = 0
|
||||||
code_section = False
|
code_section = False
|
||||||
titles = {
|
titles = {
|
||||||
|
"h6": '######',
|
||||||
"h5": '#####',
|
"h5": '#####',
|
||||||
"h4": '####',
|
"h4": '####',
|
||||||
"h3": '###',
|
"h3": '###',
|
||||||
|
|
Loading…
Reference in New Issue