summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/installation.md6
-rw-r--r--mkdocs.yml2
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/installation.md b/doc/installation.md
index f34becd6..4b743cb9 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -201,6 +201,6 @@ It goes without saying that your project should depend on `cider-nrepl`.
!!! note
-`x.y.z` should match the version of CIDER you're currently using (say `0.17.0`).
-For snapshot releases of CIDER you should use the snapshot of the plugin as well
-(say `0.18.0-SNAPSHOT`).
+ `x.y.z` should match the version of CIDER you're currently using (say `0.17.0`).
+ For snapshot releases of CIDER you should use the snapshot of the plugin as well
+ (say `0.18.0-SNAPSHOT`).
diff --git a/mkdocs.yml b/mkdocs.yml
index 5c6ad112..76fccbbd 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -34,4 +34,6 @@ pages:
- License: about/license.md
extra_css:
- css/extra.css
+markdown_extensions:
+ - admonition
theme: readthedocs