summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-10-17 12:16:15 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-10-17 12:16:15 +0200
commitd4dd66196534c94e400fea1929cf56eb569dab47 (patch)
treecb1df7cf395f2a33482655fb93e9ed3ac6b89c20 /doc
parent885cb4ea1d145568e96d1a32f01838886e952c4d (diff)
Fix more fenced code blocks
Diffstat (limited to 'doc')
-rw-r--r--doc/using_the_repl.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/using_the_repl.md b/doc/using_the_repl.md
index ba413656..18b61a0e 100644
--- a/doc/using_the_repl.md
+++ b/doc/using_the_repl.md
@@ -106,23 +106,23 @@ a namespace name. For convenience, three functions are already provided:
`cider-repl-prompt-default` and by default the last one is being used.
Prompt for each of them for namespace `leiningen.core.ssl`:
- * `cider-repl-prompt-lastname`:
+* `cider-repl-prompt-lastname`:
- ```
- ssl>
- ```
+```
+ssl>
+```
- * `cider-repl-prompt-abbreviated`:
+* `cider-repl-prompt-abbreviated`:
- ```
- l.c.ssl>
- ```
+```
+l.c.ssl>
+```
- * `cider-repl-prompt-default`:
+* `cider-repl-prompt-default`:
- ```
- leiningen.core.ssl>
- ```
+```
+leiningen.core.ssl>
+```
You may, of course, write your own function. For example, in `leiningen` there
are two namespaces with similar names - `leiningen.classpath` and