txt2md

System Ready. Waiting for input...

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
> [{{ category | upper }}]: {{ message }}
{% endfor %}
{% endif %} {% endwith %}

[ INPUT_BUFFER ]

[ RAW_MARKDOWN ]

[ PREVIEW_RENDER ]

{% if converted_html %} {{ converted_html | safe }} {% else %}

_ NO_DATA_AVAILABLE

{% endif %}