summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-17 10:48:16 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-17 10:48:16 +0300
commit587f6ac0fdbeba4abe728ec210763b16bfb73b8d (patch)
treebafa8a978e1169d532e3f047134cbf662c77e541
parent2fafba3f8679dd4a52a59f1f172818c34719f549 (diff)
Check if those docs annotations are not case sensitive
-rw-r--r--doc/installation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/installation.md b/doc/installation.md
index e62b8370..f34becd6 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -17,7 +17,7 @@ You'll also need a recent version of either the Clojure CLI tools or your
favorite build tool (Leiningen, Boot or Gradle) to be able to start CIDER via
`cider-jack-in`. Generally it's a good idea to use their latest stable versions.
-!!! Warning
+!!! warning
CIDER does not support ClojureCLR.
@@ -59,7 +59,7 @@ Stable by adding this to your Emacs initialization:
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
```
-!!! Note
+!!! note
CIDER has dependencies (e.g. `queue` & `seq`) that are only available in the
[GNU ELPA repository](https://elpa.gnu.org/). It's the only package repository
@@ -159,7 +159,7 @@ A minimal `profiles.clj` for CIDER would be:
{:repl {:plugins [[cider/cider-nrepl "0.17.0"]]}}
```
-!!! Warning
+!!! warning
Be careful not to place this in the `:user` profile, as this way CIDER's
middleware will always get loaded, causing `lein` to start slower. You really
@@ -199,7 +199,7 @@ server with CIDER's own nREPL handler.
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