]> git.plutz.net Git - shellwiki/commitdiff
ignore inner .half and .left tags of fenced code blocks
authorPaul Hänsch <paul@plutz.net>
Mon, 7 Jul 2025 04:04:51 +0000 (06:04 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 7 Jul 2025 04:04:51 +0000 (06:04 +0200)
themes/default.css

index 2cbabd136a1497ddbdc291c385da771973daaf9d..03753893a75f111704cfb9d86463e14e02dcc785 100644 (file)
@@ -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;