txt2md

Convert your raw notes into high-quality Markdown.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Raw Input

Formatted Output

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

Results will be displayed here.

{% endif %}