Create our own HTML to Markdown converter
This commit is contained in:
parent
0bcc551a3f
commit
d4fd70965e
7 changed files with 203 additions and 78 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue