File: examples.rst

package info (click to toggle)
mathjax-docs 3.2%2B20240903-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: python: 31; javascript: 28; sh: 20; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 883 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _node-examples:

###########################
Examples of MathJax in Node
###########################

**This page is still under construction.**

See the `MathJax node demos
<https://github.com/mathjax/MathJax-demos-node#MathJax-demos-node>`__ for
examples of how to use MathJax from a `node` application.  These are
categorized into three groups

* `Examples using MathJax components via the startup module
  <https://github.com/mathjax/MathJax-demos-node/tree/master/component#component-based-examples>`__
* `Examples using MathJax components loaded by hand
  <https://github.com/mathjax/MathJax-demos-node/tree/master/preload#preloaded-component-examples>`__
* `Examples using MathJax modules directly
  <https://github.com/mathjax/MathJax-demos-node/tree/master/direct#non-component-based-examples>`__.

More information will be coming to this section in the future.

|-----|