File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/jupyter_contrib_nbextensions/nbextensions/livemdpreview Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,16 @@ Parameters:
8
8
9
9
- name : livemdpreview.show_side_by_side
10
10
description : |
11
- Show the input & output of markdown cells side-by-side while editing
11
+ Show the input & output of markdown cells side-by-side while editing them.
12
+ Otherwise, the output appears immediately below the input while editing
12
13
input_type : checkbox
13
14
default : false
14
15
15
16
- name : livemdpreview.timeout
16
17
description : |
17
- Minimum time between edits to the markdown source & updating its output
18
+ Minimum time in ms between editing the markdown source & its output being
19
+ updated. This throttles the rate at which consecutive renderings will take
20
+ place.
18
21
input_type : number
19
22
default : 500
20
23
min : 10
You can’t perform that action at this time.
0 commit comments