tweak markdown heading style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2023-09-04 16:26:14 +05:00
parent b5c85b550c
commit bf3ca7c814

View File

@ -29,6 +29,10 @@
}
/* For the "Markdown-style Heading" block style */
.is-style-markdown-heading {
display: inline;
}
.is-style-markdown-heading::before {
content: "##";
width: 4ch;