markdown support
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 5m35s
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 5m35s
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
{% block content %}
|
||||
<section>
|
||||
{{ markdown }}
|
||||
{{ markdown|safe }}
|
||||
</section>
|
||||
{% endblock %}
|
||||
@@ -1,2 +1,4 @@
|
||||
# hello
|
||||
this is a test
|
||||
## this is a test
|
||||
|
||||
this is actually a md file, try putting .md at the end of this path
|
||||
Reference in New Issue
Block a user