tweak markdown heading style
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-09-04 16:26:14 +05:00
parent b5c85b550c
commit bf3ca7c814
1 changed files with 4 additions and 0 deletions

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;