Skip to content

Commit d01366a

Browse files
committed
Mention the new content-type functionality in the manual
1 parent ae22b86 commit d01366a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/using_the_repl.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,22 @@ To make this behavior the default:
208208
(setq cider-repl-use-pretty-printing t)
209209
```
210210

211+
#### Displaying images in the REPL
212+
213+
Starting with CIDER 0.17 (Andalucía) expressions that evaluate to
214+
images will be rendered as images in the REPL. You can disable this
215+
behavior if you don't like it.
216+
217+
```el
218+
(setq cider-repl-use-content-types nil)
219+
```
220+
221+
Alternatively you can toggle this behaviour on and off using <kbd>M-x
222+
cider-repl-toggle-content-types</kbd>.
223+
224+
Currently the feature doesn't work well with pretty-printing in the REPL,
225+
so you're advised not to enable both of them at the same time.
226+
211227
#### Limiting printed output in the REPL
212228

213229
Accidentally printing large objects can be detrimental to your

0 commit comments

Comments
 (0)