Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mathjax-node [![Build Status](https://travis-ci.org/mathjax/MathJax-node.svg?branch=develop)](https://travis-ci.org/mathjax/MathJax-node)

This repository contains a library that provides an API to call [MathJax](https://github.com/mathjax/mathjax) from Node.js programs. The API converts individual math expressions (in any of MathJax's input formats) into HTML (with CSS), SVG, or MathML code.
This repository contains a library that provides an API to call [MathJax version 2](https://github.com/mathjax/mathjax) from Node.js programs. This API converts individual math expressions (in any of MathJax's input formats) into HTML (with CSS), SVG, or MathML code. For [MathJax version 3](https://github.com/mathjax/MathJax-src), see instead [MathJax-demos-node](https://github.com/mathjax/MathJax-demos-node).

Use

Expand Down