Download the PHP package the-turk/flarum-mathren without Composer
On this page you can find all versions of the php package the-turk/flarum-mathren. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download the-turk/flarum-mathren
More information about the-turk/flarum-mathren
Files in the-turk/flarum-mathren
Download the-turk/flarum-mathren
More information about the-turk/flarum-mathren
Files in the-turk/flarum-mathren
Vendor the-turk
Package flarum-mathren
Short Description TeX math rendering for your forum.
License MIT
Package flarum-mathren
Short Description TeX math rendering for your forum.
License MIT
Please rate this library. Is it a good library?
Informations about the package flarum-mathren
MathRen for Flarum
An extension that handles TeX math rendering for your Flarum forum.
Click to view settings screenshot
Features
- Based on KaTeX (the fastest math typesetting library on the web).
- Supports AsciiMath syntax.
- Display expressions as an inline or a block element.
- Compatible with Markdown and BBCode.
- Copy any expression's source code to the clipboard.
- Integration with
flarum/mentions
extension so you can quote expressions with selection. - Works on preview mode.
Installation
Updating
Usage
Enable the extension.
Block Expressions displayMode: true
Wrap your TeX code with [math]
and [/math]
or your custom delimiters.
Block expressions will be wrapped with .mathren-block
class.
Inline Expressions displayMode: false
Wrap your TeX code with [imath]
and [/imath]
or your custom delimiters.
Inline expressions will be wrapped with .mathren-inline
class.
Wrap your expression with `backticks` or code
tag to skip rendering.
Links
All versions of flarum-mathren with dependencies
PHP Build Version
Package Version
Requires
flarum/core Version
>=1.2.0
The package the-turk/flarum-mathren contains the following files
Loading the files please wait ....