Skip to content

Formula rendering issues #258

Closed Answered by L2Fish
L2Fish asked this question in Q&A
Discussion options

You must be logged in to vote

In my case, the extension responsible for rendering the LaTeX is Markdown+Math. The double rendering was resolved by adding a stylesheet reference to settings, as per the documentation which specifically describes the use of this extension.

"markdown.styles": [
	"https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css"
]

Now this plugin is working!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PeterWone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #257 on July 24, 2023 07:00.