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

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