Prise en compte des changements dans le template HTML par défaut dans pandoc 2.14.1
This commit is contained in:
parent
98b4c64f28
commit
2fdfd827a8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user