Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 391 Bytes

KaTeX for HumHub (beta)

Once installed this plugin adds KaTeX support to the HumHub richtext output.

This module requires HumHub v1.7+

screenshot1

Build

In order to build the js bundle resources/js/humhub.katex.bundle you need to:

  • Install npm:
npm install
  • Run rollup build:
npm run build