From 2bf6d417206e2daf73ff9d390c1aa319a7edb93f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 7 Jul 2025 06:04:51 +0200 Subject: [PATCH] ignore inner .half and .left tags of fenced code blocks --- themes/default.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/default.css b/themes/default.css index 2cbabd1..0375389 100644 --- a/themes/default.css +++ b/themes/default.css @@ -235,6 +235,13 @@ table { width: 100%; margin: .25em 0 .5em 0; } + pre.half > code.half, + pre.right > code.right, + pre.right > code.right { + float: none; + width: 100%; + margin: 0; + } figure.left img.left, figure.right img.right { margin: 0; -- 2.39.5