Wiki entry: Math
#74
Open
opened 3 years ago by are0h
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Math rendering is a tricky subject, and php-markdown-extra-math having spent 11 years without love might mean that implementing it could fuck up any number of other systems. A better solution might be to offload the support for math rendering to people who's entire thing is doing exactly that in the first place, by pointing to them in the wiki.
Github Markdown's safety features are kicking in here, so instead of the image it's just showing alt-text, but you get the idea.
Yeah, I know about this. It's a bit of a fringe requirment because most poeple don't have the need for expressing complex formulas so this will go on the back burner for now.
But this is definitely related to the other issue you filed where you're hitting the limitations of the editor, which does need to be improved. I might start looking into that after the next feature release. I may even just find a free open source option to plug into the editor because that could be easier than rebuilding the whole thing from scratch.