cleaning up unneeded code; enabling markdown features by default;

This commit is contained in:
2023-10-05 01:00:07 +02:00
parent f010ee0f47
commit 467f7b4b1d
4 changed files with 39 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A Basic HTML5 Template</title>
<title>(Index)</title>
<meta name="description" content="A simple HTML5 Template for new projects.">
<meta name="author" content="SitePoint">

View File

@@ -15,4 +15,17 @@
</div>
</div>
{% filter markdown %}
### Tasklist
- [x] Done
- [ ] Todo
| Hello | World |
| --- | --- |
| Hi | There |
| Yo hoho | |
{% endfilter %}
{% endblock %}