Closed
Description
What happened?
the toc can not show Katex
more info
I use the quick-starter build the site, this is my params.toml
:
# 数学支持 KaTex
[article]
math = true
readingTime = true
toc = true
[article.license]
enabled = true
default = "Licensed under CC BY-NC-SA 4.0"
this is my post/xx.md:
---
title: Elegant LaTeX
description: How to elegantly use LaTeX to create
date: 2023-10-09T17:18:55+08:00
image: assets/latex.jpg
math: true
toc: true
categories:
- Note tools
tags:
- Latex
---
Hugo version
0.119.0
Theme version
3.20.0
What browsers are you seeing the problem on?
Microsoft Edge
More information about the browser
macos
Relevant log output
No response