Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas Ballet
site-conv
Commits
88b28c2a
Commit
88b28c2a
authored
Sep 17, 2016
by
Sli
Browse files
Html autorisé dans le markdown
parent
6ab00161
Changes
3
Hide whitespace changes
Inline
Side-by-side
blog/templates/blog/article.html
View file @
88b28c2a
...
...
@@ -5,6 +5,6 @@
<h1>
{{article.title}}
</h1>
{{article.content|markdown}}
{{article.content|markdown
:"trusted"
}}
{% endblock %}
\ No newline at end of file
{% endblock %}
blog/templates/blog/blog.html
View file @
88b28c2a
...
...
@@ -12,10 +12,10 @@
<h1>
{{article.title|title}}
</h1>
</a>
{{article.content|markdown}}
{{article.content|markdown
:"trusted"
}}
</div>
{% endfor %}
{% endblock %}
\ No newline at end of file
{% endblock %}
blog/templates/blog/page.html
View file @
88b28c2a
...
...
@@ -5,6 +5,6 @@
<h1>
{{content.title}}
</h1>
{{content.content|markdown}}
{{content.content|markdown
:"trusted"
}}
{% endblock %}
\ No newline at end of file
{% endblock %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment