From b605c94927223b7b495ed55e25188a568657b03e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 4 Sep 2023 16:28:24 +0500 Subject: [PATCH] tweak markdown heading style --- block-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-styles.css b/block-styles.css index fa07ba7..594cc9e 100644 --- a/block-styles.css +++ b/block-styles.css @@ -29,7 +29,7 @@ } /* For the "Markdown-style Heading" block style */ -.is-style-markdown-heading { +.is-style-markdown-heading a { display: inline; }