We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32a3fd commit 4c59094Copy full SHA for 4c59094
doc/modules/ROOT/pages/repl/configuration.adoc
@@ -147,10 +147,8 @@ Note that enabling font-locking in the REPL can negatively impact performance.
147
By default the REPL always prints the results of your evaluations using the
148
printing function specified by `cider-print-fn`.
149
150
-!!! Note
151
-
152
- This behaviour was changed in CIDER 0.20. In prior CIDER releases
153
- pretty-printing was disabled by default.
+NOTE: This behaviour was changed in CIDER 0.20. In prior CIDER releases
+pretty-printing was disabled by default.
154
155
You can temporarily disable this behaviour and revert to the default behaviour
156
(equivalent to `clojure.core/pr`) using kbd:[M-x cider-repl-toggle-pretty-printing].
0 commit comments