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 052290d commit f69c5e2Copy full SHA for f69c5e2
doc/modules/ROOT/pages/usage/pretty_printing.adoc
@@ -49,6 +49,10 @@ Here's one example:
49
(apply pp/write value (mapcat identity (assoc options :stream writer))))
50
----
51
52
+IMPORTANT: Due to a https://clojure.atlassian.net/browse/CLJ-1445[bug] in `clojure.pprint`
53
+it doesn't work properly with `+*print-meta*+`. If you need to print the metadata you'll
54
+have to change the print function or disable pretty-printing.
55
+
56
== Limiting printed output
57
58
You can set `cider-print-quota` to limit the number of bytes that will be
0 commit comments