From 0c5f738e6527398efe2cc495a664334073b9987a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 28 Aug 2023 19:20:52 +0200 Subject: [PATCH] style for line-block --- common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.css b/common.css index 51feb2e..a4f6906 100644 --- a/common.css +++ b/common.css @@ -175,4 +175,8 @@ input[type=radio].tab ~ *.tab { box-shadow: .125em .125em .125em #888; } +/* Markdown line-block */ +.line-block { white-space: pre-wrap; } +.line-block br { display: none; } + /* ======= End Common Styles ======= */ -- 2.39.2