feat(base): add code highlighting to markdown

!43 #10
This commit is contained in:
2024-07-21 00:36:20 +09:30
parent 4b3ea06f70
commit 32cdcc38b5
6 changed files with 85 additions and 1 deletions

View File

@ -12,6 +12,7 @@
<meta http-equiv="refresh" content="0; url=/{{ settings.LOGIN_URL }}" />
{% else %}
<link rel="stylesheet" href="{% static 'base.css' %}">
<link rel="stylesheet" href="{% static 'code.css' %}">
<link rel="stylesheet" href="{% static 'content.css' %}">
{% endif %}