-
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Good point. Basically, I think we can finally consider this issue resolved :) -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
That's right. I do it like this: if (defined("LIRE_USE_WITH_WP_TYPOGRAPHY") && LIRE_USE_WITH_WP_TYPOGRAPHY === true) { add_action('the_content',… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Added support for “dollarsigned” inline math as well. But now there's also the issue with… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Ok, here's a solution. It only works for math enclosed in \( math \) (inline)… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Tried using the filter hooks, no go. Let me know how you applied this in… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Cool, thanks. I'll give it a go as soon as I can. -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Hi @pputzer, can we return to this discussion? Regrettably I didn't have time to do… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
@pputzer: I'm using a custom plugin, more info here http://atdesign.ee/lire/ Direct link to download: http://atdesign.ee/lire/download/lire-wp-0.1.zip… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
I have no idea :) I will publish my website next week. Most likely, I… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Alright. Then I will proceed with adding the wrapper via my plugin. In this case,… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
@pputzer: I haven't done exhaustive tests as I don't have time. My new Wordpress website… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Right now I have the PHP version at hand: (?<!\\)\$((?:\\[^\n\r\x{2028}\x{2029}]|[^$])*)(?<!\\)\$ Didn't extensively test it. -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Yes. Anyway, I've tried the JS filtering solution, and in principle it could work, but… -
Posted a reply to Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
MathML is not an option, I'm afraid. I am actually using a custom solution for… -
Created a topic, Plugin interferes with inline parsing of mathematical formulae, on the site WordPress.org Forums:
Thank you for the plugin! Have been using it for years… -
Committed [433685] to Plugins SVN:
correcting version number -
Committed [433684] to Plugins SVN:
tagging version 1.0.1 -
Committed [433680] to Plugins SVN: