From 1302d0af6c4e02dde7fa42f5ce3a5b52ce2f116b Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Sat, 25 May 2024 11:40:11 +0100 Subject: [PATCH] fix(talk): preserve whitespace in markdown code blocks Style Markdown code blocks so that long lines wrap without collapsing whitespace. --- css/talk.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/talk.styl b/css/talk.styl index 741798bdc4..99fdc574a5 100644 --- a/css/talk.styl +++ b/css/talk.styl @@ -455,7 +455,7 @@ opacity: 0.5 > pre - white-space: pre-line + white-space: pre-wrap img max-width: 100%