Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latex Equation Support #13

Closed
j-finger opened this issue Oct 25, 2023 · 3 comments
Closed

Latex Equation Support #13

j-finger opened this issue Oct 25, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@j-finger
Copy link

There seems to be no Automatic TOC generator that yet supports LaTeX in the headings. Please add this to your feature list.
image

@johansatge johansatge added the enhancement New feature or request label Oct 30, 2023
@stutopp
Copy link

stutopp commented Feb 17, 2024

I second the motion. I had to stop using Latex in higher level headings so I could actually find things.

@johansatge
Copy link
Owner

johansatge commented Feb 17, 2024

Hello!

This seems to be a limitation with Obsidian internal links 🤔

Example:

[[#Title with equation $C_{a}$]]
[[#Title with equation $C_{a}$|Title with equation $C_{a}$]]
[Title with equation $C_{a}$](#Title%20with%20equation%20$C_{a}$)

# Title with equation: $C_{a}$

Some text

No matter the link style (wikilink / wikilink with custom text / markdown link) the equation isn't rendered:

I'd suggest asking on the Obsidian forum if this is an expected behavior or bug

@stutopp
Copy link

stutopp commented Feb 17, 2024

OK :(. Thanks for the reply. I knew in my heart of hearts that this was an Obsidian thing. Appreciate your product, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants