{% extends 'base.html' %} {% block title %}MarkdownTEI{% endblock %} {% block content %}

MarkdownTEI

TEI Output Format {% include '_checkbox.html' with name="format" value="plain" label="Do not add extra whitespace" type="radio" only %} {% include '_checkbox.html' with name="format" value="lines" label="Keep transcription lines" type="radio" only %} {% include '_checkbox.html' with name="format" value="pretty" label="Pretty print" type="radio" checked=True only %}
{% include '_input_floating.html' with id="inputFile" name="input_file" label="Input Markdown" value=settings.md2tei_input_file classes="scope-input" required=True style="direction: rtl; text-align: right;" only %}
{% include '_input_floating.html' with id="outputFile" name="output_file" label="Output TEI" value=settings.md2tei_output_file style="direction: rtl; text-align: right;" required=True only %}
{% endblock %}