From: Paul Hänsch Date: Mon, 28 Aug 2023 17:20:52 +0000 (+0200) Subject: style for line-block X-Git-Url: http://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=0c5f738e6527398efe2cc495a664334073b9987a style for line-block --- 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 ======= */