We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\end{cases}$$
rehype-katex
code: https://github.com/steve02081504/fount/blob/0183423e52859c93fa26b910028f43a9e8380365/src/public/scripts/markdown.mjs#L32 not work:
$$\begin{cases} h(0) = 0 \\ h'(0) = 1 \end{cases}$$
works:
$$ \begin{cases} h(0) = 0 \\ h'(0) = 1 \end{cases} $$
not work: ParseError: KaTeX parse error: Expected 'EOF', got '\end' at position 23: …0 \\ h'(0) = 1 \̲e̲n̲d̲{cases}$$
ParseError: KaTeX parse error: Expected 'EOF', got '\end' at position 23: …0 \\ h'(0) = 1 \̲e̲n̲d̲{cases}$$
should work
firefox dev
No response
The text was updated successfully, but these errors were encountered:
Math blocks work like code blocks. They are expected to be on newline by themselves.
There is a more technical explanation in the syntax guide. https://github.com/micromark/micromark-extension-math#syntax
Sorry, something went wrong.
No branches or pull requests
Initial checklist
Affected package
rehype-katex
Steps to reproduce
code: https://github.com/steve02081504/fount/blob/0183423e52859c93fa26b910028f43a9e8380365/src/public/scripts/markdown.mjs#L32
not work:
works:
Actual behavior
not work:
ParseError: KaTeX parse error: Expected 'EOF', got '\end' at position 23: …0 \\ h'(0) = 1 \̲e̲n̲d̲{cases}$$
Expected behavior
should work
Runtime
firefox dev
Package manager
No response
Operating system
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: