Skip to content

1.0.0

Compare
Choose a tag to compare
@the-turk the-turk released this 16 Jul 00:05
· 22 commits to v1.0.0 since this release
13a2538

All hail the new TeX renderer solution! I practically rewritten the whole thing.

  • As we're using native TextFormatter methods now, expressions should be rendered Flarum-wide automatically.
  • Bring back special delimiters (aka the "dollar signs") support. You can even use euro, yuan, turkish lira signs. Not to mention that they're 100% compatible with Markdown & BBCode and ready to render your most complex expressions.
  • Fix AMS environments won't render outside block delimiters.
  • Drop decisive keywords & DOM node excluders (they were causing too much confusion, wrap your expressions with the code tag instead).
  • The backend is more clear than ever, come and join me!

Breaking changes!

  • Your settings won't be preserved.
  • Old expressions might not be rendered until you edit and save the post.
composer require the-turk/flarum-mathren:1.0.0
php flarum migrate
php flarum cache:clear