First requested by androgeninc.
Currently you can only adjust the height by adding css.
#wmd-input {
height: 100px;
}
Request is for an option to adjust the height of the editor from Jinja2 itself. Flask-Pagedown has an option for this:
{{ form.pagedown(rows=10) }}
First requested by androgeninc.
Currently you can only adjust the height by adding css.
Request is for an option to adjust the height of the editor from Jinja2 itself. Flask-Pagedown has an option for this: