nodebb-plugin-math

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nodebb-plugin-math

Weekly Downloads

1

Version

0.2.0

License

BSD-2-Clause

Unpacked Size

44.8 kB

Total Files

13

Last publish

Collaborators

  • exile