remove extra paragraphs as defined by markdown_to_html filter, add line break only

This commit is contained in:
ghost 2023-12-08 01:39:35 +02:00
parent 1fb8253779
commit 1436f7ecd1

View File

@ -34,9 +34,8 @@
</svg> </svg>
</span> </span>
{% endif %} {% endif %}
<p> <br />
{{ post.message | message_to_markdown | markdown_to_html }} {{ post.message | message_to_markdown | markdown_to_html }}
</p>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>