summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-17 10:59:33 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-17 10:59:33 +0300
commit5c3723e7e6c9f2cf0e10421ee9c565a5c9b235c0 (patch)
tree551d130632a2f714447ea2d25e3812b4771423cf
parent587f6ac0fdbeba4abe728ec210763b16bfb73b8d (diff)
Add the admonitions markdown extension
Seems those notes I was trying to add need this to be enabled to work https://python-markdown.github.io/extensions/admonition/
-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