Skip to content

exsilium/nodebb-plugin-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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