1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-12 09:04:37 +02:00

Version 1.4.9: Rewrite slug and recreate cache

This commit is contained in:
trendschau
2021-09-12 20:32:00 +02:00
parent c07f5d54d4
commit eb16fe52a4
12 changed files with 344 additions and 201 deletions

View File

@@ -42,7 +42,7 @@ article pre, article code{
}
article pre{
white-space: pre;
padding: 1em;
padding: 0em;
display: block;
max-width: 100%;
overflow-x: auto;
@@ -55,7 +55,11 @@ article code{
}
pre > code{
font-size: 0.8em;
padding: 0;
padding: 1em;
display: inline-block;
}
pre > code.language-pagebreak{
display: none;
}
dl{}
dt{}