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

New option: katexRenderOptions #64

Merged
merged 4 commits into from
Aug 3, 2022
Merged

New option: katexRenderOptions #64

merged 4 commits into from
Aug 3, 2022

Conversation

tony
Copy link
Collaborator

@tony tony commented Aug 3, 2022

Fixes #63

New option: katexRenderOptions, optional

Pass-through to options

	math: {
		engine: "katex",
		katexRenderOptions: {
			macros: {
				"\\neq": "\\mathrel{\\char`≠}",
			},
		},
	},

Preview

image

@tony tony force-pushed the katex-options branch 2 times, most recently from 932a241 to 4b80711 Compare August 3, 2022 23:24
@tony tony merged commit f024563 into master Aug 3, 2022
@tony tony deleted the katex-options branch August 3, 2022 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow passing render options for KaTeX
1 participant