summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-21 13:12:07 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-21 13:12:07 +0300
commitd53ae1fddc55c296e5cb3d600c3b0a81bacb0bce (patch)
tree725a220447360e11a288bfb4e6862b2d6a0d6752 /doc/index.md
parent8c57020f132dde400e8133423cfbebdd1bc4f2d1 (diff)
Add a few more tips and notes to the manual
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/index.md b/doc/index.md
index c748768e..c7943bc6 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -52,9 +52,14 @@ CIDER's basic architecture looks something like this:
Clojure code gets executed by an nREPL server. CIDER sends requests to the
server and processes its responses. The server's functionality is augmented by
additional nREPL middleware, designed specifically to address the needs of an
-interactive development environment like CIDER. Much of the middleware we
-developed for CIDER is editor-agnostic and is being used by other Clojure
-development environments as well (e.g. [vim-fireplace][] & [CCW][]).
+interactive development environment like CIDER.
+
+
+!!! Note
+
+ Much of the middleware we originally
+ developed for CIDER is editor-agnostic and is being used by other Clojure
+ development environments as well (e.g. [vim-fireplace][] & [CCW][]).
CIDER packs plenty of features. Here are some of them (in no particular order):