-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Support for inline math using KaTeX #113
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
Comments
PR welcome. |
You can use
module.exports = {
...
markdown: {
config: md => {
md.use(require("markdown-it-katex"));
}
}
};
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/github-markdown-css/2.2.1/github-markdown.css"/> |
Closing as this can be done in userland. |
Thanks a lot! VuePress is awesome! Love it |
Is anyone here still using latex equations in Vuepress?
Both of these result in excruciatingly slow dev server startups / refreshes, as in 30+ minutes. However, production builds seem to be fine. I'm curious if anyone knows what might be causing these slow Thanks. |
@songololo Hi there! I wrote a new plugin |
@shigma, wow, thanks, that really makes it easier. In the meantime I had been using the |
@dacsang97 Thanks for the manual. You saved my day. I had to change the
Also in #289 some people proposed to add css to
|
- Supporting math blocks and in-line math via Katex - Using vuejs/vuepress#113
maginapp/vuepress-plugin-katex works perfectly for me with the latest Katex support. |
For reference, I got it to work for Vuepress v1 by taking the following steps:
Note: |
Thank you @mtoorop-ximedes! |
Why won't it work for me? |
in docs/README.md |
Solutions like Sphinx, GitBooks, and Dropbox Paper do this already.
The text was updated successfully, but these errors were encountered: