markdown
This commit is contained in:
parent
afdcc73bf9
commit
32bdcebe49
|
@ -1,3 +1,5 @@
|
|||
{% load markup %}
|
||||
|
||||
{% for d in documents %}
|
||||
<div class="orangeInnerRight">
|
||||
{% if d.file %}
|
||||
|
@ -6,6 +8,6 @@
|
|||
{{ d.title }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{{ d.intro|safe }}
|
||||
{{ d.intro|markdown }}
|
||||
<br />
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user