https://github.com/kramdown/math-itex2mml
kramdown-math-itex2mml uses itex2mml to convert math elements to MathML
https://github.com/kramdown/math-itex2mml
itex2mml kramdown markdown mathml
Last synced: 11 days ago
JSON representation
kramdown-math-itex2mml uses itex2mml to convert math elements to MathML
- Host: GitHub
- URL: https://github.com/kramdown/math-itex2mml
- Owner: kramdown
- License: other
- Created: 2019-01-12T01:27:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T22:06:13.000Z (about 7 years ago)
- Last Synced: 2024-05-09T21:24:46.400Z (almost 2 years ago)
- Topics: itex2mml, kramdown, markdown, mathml
- Language: Ruby
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
**Important: This repo and gem are unmaintained! If you are interested in
maintaining, please contact me at .**
# kramdown math engine for conversion to MathML
This is a converter for [kramdown](https://kramdown.gettalong.org) that uses
[itex2mml](https://golem.ph.utexas.edu/~distler/blog/itex2MML.html) to convert
math formulas to MathML.
Note: Until kramdown version 2.0.0 this math engine was part of the kramdown
distribution.
## Installation
~~~ruby
gem install kramdown-math-itex2mml
~~~
## Usage
~~~ruby
require 'kramdown'
require 'kramdown-math-itex2mml'
Kramdown::Document.new(text, math_engine: :itex2mml).to_html
~~~
## Development
Clone the git repository and you are good to go. You probably want to install
`rake` so that you can use the provided rake tasks.
## License
MIT - see the **COPYING** file.