From cdbb2d4a1db9c1f376915812b6121674e6ed1c25 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 26 Feb 2024 16:53:08 +0100 Subject: Added metacircular self-interpreter to wiki More details in the linked blog post. --- docs/wiki_src/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/wiki_src/custom.css') diff --git a/docs/wiki_src/custom.css b/docs/wiki_src/custom.css index d68a10c..b688f54 100644 --- a/docs/wiki_src/custom.css +++ b/docs/wiki_src/custom.css @@ -70,3 +70,12 @@ h2,h3,h4,h5,h6 { .terminal h6 > * { font-size: inherit; } + +pre:has(.language-code-showcase), .language-code-showcase { + background-color: transparent; + border: 0; + margin: 0 auto; + width: fit-content; + max-width: 100%; + white-space: pre; +} -- cgit v1.2.3