Edit posts in original markdown syntax

This commit is contained in:
Mouse Reeve
2021-10-14 18:34:26 -07:00
parent 01911d3b23
commit af567ba05e
5 changed files with 33 additions and 2 deletions

View File

@ -25,7 +25,7 @@ uuid: a unique identifier used to make html "id" attributes unique and clarify j
placeholder="{% blocktrans with book_title=book.title %}An excerpt from '{{ book_title }}'{% endblocktrans %}"
required
{% if not draft %}data-cache-draft="id_quote_{{ book.id }}_{{ type }}"{% endif %}
>{{ draft.quote|default:'' }}</textarea>
>{% firstof draft.raw_quote draft.quote '' %}</textarea>
</div>
</div>
<div class="field">