Pre and syntax highlighting

master
Emil Miler 11 months ago
parent baae73dc43
commit 1dc827ee39

@ -6,6 +6,7 @@ build_search_index = false
[markdown]
highlight_code = true
highlight_theme = "kronuz"
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = true

@ -45,6 +45,11 @@ img {
max-width: 100%;
}
pre {
overflow: auto;
padding: 1rem;
}
body>header {
.img {
display: block;

Loading…
Cancel
Save