Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odsod/math-sockets

Node.js-based server for live preview of Markdown documents interpolated with MathJax.
https://github.com/odsod/math-sockets

Last synced: about 1 month ago
JSON representation

Node.js-based server for live preview of Markdown documents interpolated with MathJax.

Awesome Lists containing this project

README

        

MathSockets
===========

A Node.js script which launches a WebSocket server pushing a given Markdown-file to the browser and re-rendering on update.

Mathematical formulas are supported and typeset using the MathJax library.

The Markdown-parser is based on Showdown by John Fraser. It has been slightly modified to appropriately handle inline- and display math blocks.