diff --git a/docs/_config.yml b/docs/_config.yml
index 47131fc..eb5058b 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,14 +27,15 @@ url: "https://graham.cool" # the base hostname & protocol for your site, e.g. ht
# Build settings
remote_theme: pmarsceill/just-the-docs
+markdown: CommonMarkGhPages
aux_links:
'
':
- "https://github.com/GREsau/schemars"
- '
':
- - "https://crates.io/crates/schemars"
- '
':
+ '
':
- "https://docs.rs/schemars"
+ '
':
+ - "https://crates.io/crates/schemars"
# Exclude from processing.
# The following items will not be processed, by default.
diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss
index fa0b5ff..987f930 100644
--- a/docs/_sass/custom/custom.scss
+++ b/docs/_sass/custom/custom.scss
@@ -130,4 +130,16 @@ xl: 1400px
.aux-nav a:not([class]), .aux-nav a:not([class]):hover {
background: none;
+}
+
+.aux-nav .mr-2 {
+ margin-right: 0.1rem !important;
+}
+
+pre.highlight, figure.highlight {
+ line-height: 1.2em;
+}
+
+pre.highlight code, figure.highlight code {
+ font-size: 14px;
}
\ No newline at end of file