mirror of
https://github.com/welpo/tabi.git
synced 2026-06-15 15:57:34 +02:00
use inline markdown rendering
This commit is contained in:
parent
f569aaba85
commit
dadc5970be
3 changed files with 6 additions and 6 deletions
|
|
@ -38,10 +38,10 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="card-info">
|
||||
<h2 class="card-title">{{ page.title | markdown | safe }}</h2>
|
||||
<h2 class="card-title">{{ page.title | markdown(inline=true) | safe }}</h2>
|
||||
<div class="card-description">
|
||||
{% if page.description %}
|
||||
{{ page.description | markdown | safe }}
|
||||
{{ page.description | markdown(inline=true) | safe }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue