Download the PHP package benjaminhoegh/parsedown-math without Composer
On this page you can find all versions of the php package benjaminhoegh/parsedown-math. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package parsedown-math
ParsedownMath
Latex support in Parsedown
[!NOTE] Does not yet include the lasted changes in ParsedownExtended v1.2.0
Features
- Works with both Parsedown and ParsedownExtra
- Tested in php 7.4 to 8.4
Get started
- Make sure you have downloaded and included Parsedown or ParsedownExtra
- Download the latest release and include ParsedownMath.php
- Download and include Katex.js and auto-render.js your HTML
How to write a match section
Inline:
\( ... \)
$ ... $
if enabled
Block:
\[ ... \]
$$ ... $$
Examples:
Inline
Block
Options
You can toggle math by doing the following:
Or if you only want inline or block you can use:
To enable single dollar sign for inline match:
All versions of parsedown-math with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package benjaminhoegh/parsedown-math contains the following files
Loading the files please wait ....