0.0.7 • Published 9 years ago

mathjax_markdown v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Preview Markdown with MathJax support

Inline Math Support using MathJax

  • Put your math expression within $\$...\$$
  • eg $\$$x_1 + 2$\$$ will be render as $x_1 + 2$

Demo

index.html

Implementation.

Usage

mathjax_markdown a.md a.html  # compile a.md to a.html
mathjax_markdown a.md a.pdf    # compile a.md to a.pdf

API

Please check mathjax_markdown.js

Style

css style is written in css_template/index.css , feel free to modify it.

TODO

  • Add CSS support.
  • pdf hyperlink fix

ATTENTION

  • The pdf conversion doesn't work properly sometimes.
  • You can convert your markdown file to html file first, then use browser to print it as pdf.
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago