deform_markdown package¶
Submodules¶
deform_markdown.test_init module¶
Module contents¶
-
class
deform_markdown.MarkdownTextAreaWidget(**kw)[source]¶ Bases:
deform.widget.TextAreaWidgetRenders a
<textarea>widget with the simplemde markdown editor.To use this widget the simple-markdown-editor library must be provided in the page where the widget is rendered. A version of it is included in the
staticdirectory.-
default_options= (('height', 240), ('width', 0), ('forceSync', 'true'), ('indentWithTabs', 'false'), ('autosave', {'uniqueid': None, 'enabled': 'true'}))¶ Default options passed to simplemde.
-
options= None¶ Customize default options.
-
readonly_template= 'readonly/markdown'¶
-
requirements= (('simplemde', None),)¶
-
strip= True¶
-
template= 'markdown'¶
-