✨ markdown support for author notes
This commit is contained in:
@@ -52,7 +52,11 @@
|
||||
{% if comic.author_note %}
|
||||
<div class="comic-transcript">
|
||||
<h3>Author Note</h3>
|
||||
{% if comic.author_note_is_html == True %}
|
||||
<div>{{ comic.author_note|safe }}</div>
|
||||
{% else %}
|
||||
<p>{{ comic.author_note }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user