Create our own HTML to Markdown converter

This commit is contained in:
2023-01-21 22:48:00 +01:00
parent 0bcc551a3f
commit d4fd70965e
7 changed files with 203 additions and 78 deletions

View File

@ -119,7 +119,7 @@
{% raw %}
{{entry_content}}
{% endraw %}
</code>{{entry.content[0].value|discord_markdown|remove_image_tags}}
</code>{{entry.content[0].value|discord_markdown}}
</li>
<li>
<code>
@ -175,7 +175,7 @@
{% raw %}
{{entry_summary}}
{% endraw %}
</code>{{entry.summary|discord_markdown|remove_image_tags}}
</code>{{entry.summary|discord_markdown}}
</li>
<li>
<code>
@ -222,7 +222,7 @@
<code>
<pre>
{{feed.title -}}
{{- entry.content[0].value|discord_markdown|remove_image_tags -}}
{{- entry.content[0].value|discord_markdown -}}
</pre>
</code>
</li>