diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index 598c057..a958552 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -47,7 +47,7 @@ body.content { } code { - white-space: initial !important; + white-space: inherit !important; } } diff --git a/test-files/end.md b/test-files/end.md index 779d176..8e703bb 100644 --- a/test-files/end.md +++ b/test-files/end.md @@ -5,6 +5,7 @@ Ut imperdiet sit amet sem egestas iaculis. Aliquam sit amet posuere ante, eget i ```bash echo "Hi"; +echo "Also Hi"; ``` Some `inline` code.