-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
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
Link to Minimal Reproducible Example
chuxinyuan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working