You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/livemdpreview/livemdpreview.yml

25 lines
742 B

Type: Jupyter Notebook Extension
Compatibility: 4.x, 5.x
Name: Live Markdown Preview
Main: livemdpreview.js
Description: |
Live-preview the rendered output of markdown cells while editing their source.
Parameters:
- name: livemdpreview.show_side_by_side
description: |
Show the input & output of markdown cells side-by-side while editing them.
Otherwise, the output appears immediately below the input while editing
input_type: checkbox
default: false
- name: livemdpreview.timeout
description: |
Minimum time in ms between editing the markdown source & its output being
updated. This throttles the rate at which consecutive renderings will take
place.
input_type: number
default: 500
min: 10
step: 10