support h4 titles
This commit is contained in:
parent
e76d43b440
commit
730e3cb989
2 changed files with 12 additions and 0 deletions
|
|
@ -64,6 +64,10 @@
|
|||
content: "### ";
|
||||
}
|
||||
|
||||
h4::before {
|
||||
content: "#### ";
|
||||
}
|
||||
|
||||
blockquote::before {
|
||||
content: "> ";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue