runarberg / markdown-it-math

Markdown-it plugin to include math in your document
MIT License
40 stars 18 forks source link

Lazy Load ascii2mathml #12

Closed leipert closed 9 years ago

leipert commented 9 years ago

As already mentioned, ascii2mathml breaks the atom editor, as it has some polyfills. (https://github.com/runarberg/ascii2mathml/issues/6)

The quickest solution for us would be to lazyload ascii2mathml which also would be a good Idea in general, if you want to support independent math parsers. If it is not needed, it is not loaded.

See also issue: https://github.com/Galadirith/markdown-preview-plus/issues/86

leipert commented 9 years ago

PS: Sorry for all the noise in this package, @runarberg.

We are really big fans of your package and we expose it to around 14000 people via markdown-preview-plus.

Big thanks for your efforts and quick fixes from me and @Galadirith

runarberg commented 9 years ago

merged v3.0.1. Thank you.

Galadirith commented 9 years ago

Wow @runarberg echoing @leipert sorry for the noise but thank you so much for the unbelievable speed with handling this. It makes a tremendous difference to our package to have such a great plugin :D

runarberg commented 9 years ago

Cool. I'm glad you're able to use the plugin :smile: