CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers

Home Page:https://stack.jimmycai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the toc can not show Katex

3000ye opened this issue · comments

What happened?

the toc can not show Katex

toc

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

https://github.com/3000ye/3000yeBlog

Have u tried opening with different browser like chrome, firefox

Have u tried opening with different browser like chrome, firefox

I tried chrome, still has the bug.

subscripts cannot show as well

subscripts cannot show as well

sry,it seems that the usage is different from latex and I've fixed this.

Fixed now. Thanks for letting me know and sorry for the delay!