summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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/
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md6
1 files changed, 3 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`).