tenmajkl / mathdown

Parsedown extension providing LaTeX math for markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mathdown

Parsedown extension supporting LaTeX math in markdown. It transpiles to MathML.

Currently supports only basic operations that I use, but its extendible.

This project is probably overkilled in context of Parsedown philosofy, but I enjoy writing parsers so here is that.

Actually LaTeX is so based its easy to parse it and strong at the same time.

Usage

<?php

use Majkel\Mathdown;

$md = Mathdown();
echo $md->text('Frequency: $f = \dfrac{1}{T}$');

Todo

  • add greek letters
  • add better errors
  • write unit tests

Contributing

Anything, mostly new macros is welcomed.

Epilogue

Have fun dudes

About

Parsedown extension providing LaTeX math for markdown.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%