Skip to content

Commit

Permalink
fix(talk): preserve whitespace in markdown code blocks
Browse files Browse the repository at this point in the history
Style Markdown code blocks so that long lines wrap without collapsing whitespace.
  • Loading branch information
eatyourgreens committed May 31, 2024
1 parent b8cf174 commit 95e6670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/talk.styl
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
opacity: 0.5

> pre
white-space: pre-line
white-space: pre-wrap

img
max-width: 100%
Expand Down

0 comments on commit 95e6670

Please sign in to comment.