feat: basic latex support
This commit is contained in:
parent
8e083d4a93
commit
cc86136bcb
9 changed files with 79 additions and 44 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
{{ $darkMode := resources.Get "js/darkmode.js" | resources.Fingerprint "md5" | resources.Minify }}
|
||||
<script src="{{$darkMode.Permalink}}"></script>
|
||||
{{partial "katex.html" .}}
|
||||
|
||||
<!-- Preload page vars -->
|
||||
{{$linkIndex := resources.Get "indices/linkIndex.json" | resources.Fingerprint "md5" | resources.Minify | }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue