Convert #usa
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
{% if include.list %}
|
||||
<div class="card-body">
|
||||
<ol class="card-ol">
|
||||
{{ include.list | markdownify | replace:"<":"<" | replace:">":">" }}
|
||||
{{ include.list | markdownify | replace:"<":"<" | replace:">":">" | remove:"<ul>" | remove:"</ul>" }}
|
||||
</ol>
|
||||
</div>
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user