Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nodebb-plugin-math

exsilium14BSD-2-Clause0.2.0

Parse math inside NodeBB

nodebb, plugin, math, katex

readme

NodeBB Math parser

A plugin to parse math codeblocks and render them currently with KaTeX.

Packaged KaTeX version: ^0.15.6

Installation

npm install nodebb-plugin-math

Usage

Make sure the nodebb-plugin-markdown feature Automatically detect and highlight code blocks has been enabled.

Write a valid math block within a post as a code block:

```math
f(x) = \int_{-\infty}^\infty\hat f(\xi),e^{2 \pi i \xi x},d\xi
```

For inline math formulas wrap your function with \\(\\), e.g.:

\\(f(x)\\)

Contributions

This software also uses portions of the following projects:

Project Copyright
nodebb-plugin-katex Copyright (c) 2015 Benjamin Abel.
KaTeX Copyright (c) 2019 Khan Academy