Prise en compte des changements dans le template HTML par défaut dans pandoc 2.14.1

This commit is contained in:
Bastien Dumont 2022-01-08 17:03:27 +01:00
parent 98b4c64f28
commit 2fdfd827a8

View File

@ -21,7 +21,7 @@
padding-top: 50px; padding-top: 50px;
padding-bottom: 50px; padding-bottom: 50px;
hyphens: auto; hyphens: auto;
word-wrap: break-word; overflow-wrap: break-word;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-kerning: normal; font-kerning: normal;
} }
@ -92,6 +92,7 @@
pre code { pre code {
padding: 0; padding: 0;
overflow: visible; overflow: visible;
overflow-wrap: normal;
} }
.sourceCode { .sourceCode {
background-color: transparent; background-color: transparent;