pseudo-perseus
v1.0.5
Published
Informative renderer for Khan academy's Perseus markdown formatEdit
Downloads
12
Readme
pseudo-perseus
Pseudo-Perseus is a Perseus renderer built for the KATC/Babelfish project that does not intend to be a full render but rather focuses on
- Maximum practical simplicity
- Ease of use
- Most effect for least effort
- Compatibility with both clientside and serverside
Note that inputs and some other aspects are not rendered as actual inputs but as placeholders.
Renderer library
The renderer library in renderer.js
can be used both in the browser (you'll need to include KaTeX!) and in NodeJS
Server
This project also provides a koa-based HTTP server that allows server-side Pseudo-Perseus rendering (and results in HTML).
See test.py