CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

the toc can not show Katex #882

Closed 3000ye closed 6 months ago

3000ye commented 12 months ago

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

IamRaiden commented 11 months ago

Have u tried opening with different browser like chrome, firefox

3000ye commented 11 months ago

Have u tried opening with different browser like chrome, firefox

I tried chrome, still has the bug.

SUZ-tsinghua commented 8 months ago

subscripts cannot show as well

SUZ-tsinghua commented 8 months ago

subscripts cannot show as well

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

CaiJimmy commented 6 months ago

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