Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
gitbook-plugin-mathjax-new-cdn
Advanced tools
This plugin uses MathJax to display Math/TeX formula. This is an official plugin. Versions >=0.1.0
require GitBook >=2.0.0
.
Add it to your book.json
configuration:
{
"plugins": ["mathjax"]
}
Install your plugins using:
$ gitbook install ./
You can now add TeX formula to your book using the {% math %}
block:
When {% math %}a \ne 0{% endmath %}, there are two solutions to {% math %}(ax^2 + bx + c = 0){% endmath %} and they are {% math %}x = {-b \pm \sqrt{b^2-4ac} \over 2a}.{% endmath %}
You can also use the shortcut $$
:
When $$a \ne 0$$, there are two solutions to $$(ax^2 + bx + c = 0)$$ and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
You can force the use of svg pre-processed by adding to your book.json:
{
"pluginsConfig": {
"mathjax":{
"forceSVG": true
}
}
}
FAQs
Insert math and LaTeX equations in your pages.
We found that gitbook-plugin-mathjax-new-cdn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.