
static.codemirror.mode.rst.index.html Maven / Gradle / Ivy
CodeMirror: reStructuredText mode
CodeMirror: reStructuredText mode
The reStructuredText mode supports one configuration parameter:
verbatim (string)
- A name or MIME type of a mode that will be used for highlighting
verbatim blocks. By default, reStructuredText mode uses uniform color
for whole block of verbatim text if no mode is given.
If python
mode is available,
it will be used for highlighting blocks containing Python/IPython terminal
sessions (blocks starting with >>>
(for Python) or
In [num]:
(for IPython).
MIME types defined: text/x-rst
.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy