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

[PRO]: katexOptions in Mathematics-extension are not applied. #5129

Open
1 of 2 tasks
voisbe opened this issue May 9, 2024 · 0 comments
Open
1 of 2 tasks

[PRO]: katexOptions in Mathematics-extension are not applied. #5129

voisbe opened this issue May 9, 2024 · 0 comments
Labels
Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug

Comments

@voisbe
Copy link

voisbe commented May 9, 2024

Which packages did you experience the bug in?

extension-mathematics

What Tiptap version are you using?

2.3

What’s the bug you are facing?

None of the examples below apply. katexOptions doesn't seem to be applied globally.
(The extension-mathematics version used was 2.8.6.)
extension-mathematics

Mathematics.configure({
	katexOptions: {
		displayMode: true,
		macros: { '\\f': '#1f(#2)' },
		output: 'html',
	},
}),

What browser are you using?

Chrome

Code example

No response

What did you expect to happen?

The options described should apply.

Anything to add? (optional)

No response

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@voisbe voisbe added Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug
Projects
Status: Triage open
Development

No branches or pull requests

1 participant