From bf3ca7c814b443fcc0650bf80d11ceaaa27edc5a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 4 Sep 2023 16:26:14 +0500 Subject: [PATCH] tweak markdown heading style --- block-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/block-styles.css b/block-styles.css index 20813a3..fa07ba7 100644 --- a/block-styles.css +++ b/block-styles.css @@ -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;