Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/odsod/math-sockets
- Owner: odsod
- Created: 2012-11-16T09:43:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-22T22:56:33.000Z (about 12 years ago)
- Last Synced: 2024-04-15T10:42:55.161Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.