aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2023-04-22 14:17:12 +0300
committerGitHub <noreply@github.com>2023-04-22 14:17:12 +0300
commitbcbd97258287cc8f192838e69dcec358450f024e (patch)
treee442070146fcb9251582797bd1413ab7b65412c7 /layouts
parent3965c060bc3f1d9599c20fe4bc0ac538f34511e8 (diff)
parent91013f06b2b60b32f24129c58e2dba42ccc140ee (diff)
Merge pull request #265 from JacksonChen666/master
Contain the code blocks & add example page for formatted markdown
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/meta.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index c8381a9..bb28846 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -107,6 +107,10 @@
padding: 16px;
}
+ .markdown pre {
+ overflow-x: scroll;
+ }
+
.contain--more { max-width: 680px; }
.center { text-align: center; }