
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@cartamd/plugin-math
Advanced tools
This plugin adds support for **Katex** expressions. Install it using:
This plugin adds support for Katex expressions. Install it using:
npm i @cartamd/plugin-math
You need to get access to the katex stylesheet, to do so, you can either install katex using:
npm i katex
and then adding this import to your app:
import 'katex/dist/katex.css';
or by using a content delivery network:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/katex.min.css"
integrity="sha384-3UiQGuEI4TTMaFmGIZumfRPtfKQ3trwQE2JgosJxCnGmQpL/lJdjpcHkaaFwHlcI"
crossorigin="anonymous"
/>
<script lang="ts">
import { Carta, MarkdownEditor } from 'carta-md';
import { math } from '@cartamd/plugin-math';
const carta = new Carta({
extensions: [math()]
});
</script>
<MarkdownEditor {carta} />
Inline:
Pythagorean theorem: $a^2+b^2=c^2$
Block:
$$
{\displaystyle {d^{2}x^{\mu } \over ds^{2}}+\Gamma ^{\mu }{}_{\alpha \beta }{dx^{\alpha } \over ds}{dx^{\beta } \over ds}=0}
$$
Checkout the docs for examples, options and more.
FAQs
This plugin adds support for **Katex** expressions. Install it using:
The npm package @cartamd/plugin-math receives a total of 94 weekly downloads. As such, @cartamd/plugin-math popularity was classified as not popular.
We found that @cartamd/plugin-math demonstrated a healthy version release cadence and project activity because the last version was released less than 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.