Skip to content

Commit c76e689

Browse files
committed
[livemdpreview] expand parameter descriptions
1 parent 5b017ac commit c76e689

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/jupyter_contrib_nbextensions/nbextensions/livemdpreview/livemdpreview.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ Parameters:
88

99
- name: livemdpreview.show_side_by_side
1010
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
1213
input_type: checkbox
1314
default: false
1415

1516
- name: livemdpreview.timeout
1617
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.
1821
input_type: number
1922
default: 500
2023
min: 10

0 commit comments

Comments
 (0)