summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-11 19:15:44 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-11 19:15:44 +0300
commitb6a758f4de44c02c7992a94fb0aa92a012a03850 (patch)
tree02f7292b267860a9b8cb156097280f3f753cc71e /doc
parentf1a0f6b0aa203ac7a8c9861013bda7309c319325 (diff)
Fix some broken formatting
Unfortunately code snippets don't look good in notices.
Diffstat (limited to 'doc')
-rw-r--r--doc/up_and_running.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/doc/up_and_running.md b/doc/up_and_running.md
index 83d51a36..bb559c4a 100644
--- a/doc/up_and_running.md
+++ b/doc/up_and_running.md
@@ -81,15 +81,13 @@ running nREPL server.
In Clojure(Script) buffers the command `cider-connect` is bound to <kbd>C-c M-c</kbd>.
-!!! Tip
-
- You can configure known endpoints used by the `cider-connect` command offered
- via a completing read. This is useful if you have a list of common host/ports
- you want to establish remote nREPL connections to. Using an optional label is
- helpful for identifying each host.
+You can configure known endpoints used by the `cider-connect` command offered
+via a completing read. This is useful if you have a list of common host/ports
+you want to establish remote nREPL connections to. Using an optional label is
+helpful for identifying each host.
- ```
- (setq cider-known-endpoints
- '(("host-a" "10.10.10.1" "7888")
- ("host-b" "7888")))
- ```
+```
+(setq cider-known-endpoints
+ '(("host-a" "10.10.10.1" "7888")
+ ("host-b" "7888")))
+```