-
Posted a reply to Unloading KaTeX scripts from pages where not in use, on the site WordPress.org Forums:
Hi there,Looking at the page you linked, it appears you are using a plugin to… -
Posted a reply to RTL equation in RTL websites!, on the site WordPress.org Forums:
Hi there,Please see: https://wordpress.org/support/topic/incompatible-with-rtl-languages/#post-14859106 -
Committed [2879895] to Plugins SVN:
Fix release mistake (copied trunk into tag, rather than updating the tag) -
Committed [2879882] to Plugins SVN:
Bump tested-up-to tag -
Posted a reply to How do I get a “doubled” 1 with KaTeX ?, on the site WordPress.org Forums:
Hi, This isn't possible in KaTeX currently, unfortunately. I would chime in here that you'd… -
Posted a reply to Nice Plugin, on the site WordPress.org Forums:
Thank you for your review. This is configurable; please go to Settings -> KaTeX. To… -
Posted a reply to from QuickLateX to KaTeX ?, on the site WordPress.org Forums:
eqnarray* is not supported. It is recommended to use align* instead. You can interactively try… -
Posted a reply to from QuickLateX to KaTeX ?, on the site WordPress.org Forums:
Good luck! If you find a neat way that works, it would be great if… -
Posted a reply to from QuickLateX to KaTeX ?, on the site WordPress.org Forums:
Technically, it's possible. Practically, you'll likely want to use a plugin to do this. The… -
Posted a reply to from QuickLateX to KaTeX ?, on the site WordPress.org Forums:
Hi! Inline TeX expressions must be enclosed in [katex]..[/katex] or optionally shortcodes. There are KaTeX… -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
Happy to hear the issue is resolved. Getting this plugin compatible with many different third-party… -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
Thank you. I've had yet another look and actually might've found the real cause. Please… -
Committed [2597376] to Plugins SVN:
Release 2.2.3: also register shortcodes during ajax -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
I changed the only thing I could think of that might've caused this. My suggestion… -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
That's surprising. Hm, doesn't work in 2.2.2, then I'm really not sure where the issue… -
Posted a reply to Notice: Undefined variable: option_load_assets_conditionally in /home…, on the site WordPress.org Forums:
This should be fixed in version 2.2.2. -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
Thank you, that's very helpful. I've just released version 2.2.2. I think the problem is… -
Committed [2597362] to Plugins SVN:
Release 2.2.2: more robustly render shortcodes, fix notice -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
Thank you. The shortcodes are not being rendered to HTML. It looks to be an… -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
Thank you! That's interesting. This means the front-end scripts are actually enqueued. What do the… -
Posted a reply to Shortcodes don’t work on Learndash statistics report (wpProQuiz_modal_window), on the site WordPress.org Forums:
Hi, This will be difficult for me to track down, as I do not use… -
Posted a reply to Not Rendering Mathjax Shortcodes, on the site WordPress.org Forums:
Hi, Thank you for the suggestion. I am not planning to add this: it goes… -
Posted a reply to Incompatible with rtl languages, on the site WordPress.org Forums:
Actually, this may be a bit more future-proof, if this plugin changes the element layout… -
Posted a reply to Incompatible with rtl languages, on the site WordPress.org Forums:
Hmm, I see. I played around a bit and found something that does work. .katex-eq… -
Posted a reply to Incompatible with rtl languages, on the site WordPress.org Forums:
Could you provide an example page? The fix worked in my tests, so there must… -
Posted a reply to Incompatible with rtl languages, on the site WordPress.org Forums:
Hi! Thank you for this issue report. Please try adding the following to your site's… -
Posted a reply to Need Help on Alignment, on the site WordPress.org Forums:
You can add a custom class to blocks when in the post editor. Go to… -
Posted a reply to Notice: Undefined variable: option_load_assets_conditionally in /home…, on the site WordPress.org Forums:
Thank you. I did not realize your were seeing this output on your page. It's… -
Posted a reply to KaTeX parse error: {CD} can be used only in display mode., on the site WordPress.org Forums:
Thank you for reporting back with the solution to your issue! -
Posted a reply to Notice: Undefined variable: option_load_assets_conditionally in /home…, on the site WordPress.org Forums:
Hi, Thank you for the report. This is not an error and won't stop the… -
Posted a reply to Katex plugin not rendering in Learndash Quizzes, on the site WordPress.org Forums:
This probably has a better solution now: it might work out of the box using… -
Posted a reply to KaTex does not render in CM Tooltip Glossary, on the site WordPress.org Forums:
Happy to hear! Thank you for confirming. -
Posted a reply to KaTex does not render in CM Tooltip Glossary, on the site WordPress.org Forums:
Thank you for the example page. I've released version 2.2.1 that should work in more… -
Committed [2584967] to Plugins SVN:
Release 2.2.1: more eagerly render on DOM mutations -
Posted a reply to KaTex does not render in CM Tooltip Glossary, on the site WordPress.org Forums:
Please empty your browser's cache and try again (usually Ctrl+F5). These two things sound related:… -
Posted a reply to KaTex does not render in CM Tooltip Glossary, on the site WordPress.org Forums:
I have just released version 2.2.0 that is a hopeful permanent fix for this issue.… -
Committed [2584320] to Plugins SVN:
Release 2.2.0: observe DOM mutations; bump KaTeX resources -
Posted a reply to Numbering of equations, on the site WordPress.org Forums:
This is not supported by KaTeX. It is meant to render equations in a document,… -
Posted a reply to Need Help on Alignment, on the site WordPress.org Forums:
The following CSS rule should work: .katex-display > .katex { text-align: right !important; } To… -
Posted a reply to Katex plugin not rendering in Learndash Quizzes, on the site WordPress.org Forums:
It seems like the shortcode is correctly handled now. However, as Learndash fetches the content… -
Posted a reply to Katex plugin not rendering in Learndash Quizzes, on the site WordPress.org Forums:
No. I mean just removing the condition itself, so KaTeX is always included: if (is_admin()… -
Posted a reply to Katex plugin not rendering in Learndash Quizzes, on the site WordPress.org Forums:
Hi, Thank you for the report. If you're able to, could you try changing those… -
Posted a reply to Как рисовать геометрические фигуры?, on the site WordPress.org Forums:
Please see https://katex.org/docs/supported.html to learn what KaTeX supports. -
Posted a reply to Katex Gutenberg Block Options, on the site WordPress.org Forums:
This is not currently supported. It might be interesting for a future release. As a… -
Posted a reply to Use Katex block in ACF, on the site WordPress.org Forums:
I have not tested this. I do not know what ACF is. If ACF supports… -
Posted a reply to katex is not define, on the site WordPress.org Forums:
Hey, I've released version 2.1.2 that improves compatibility with various themes and other plugins. Please… -
Posted a reply to Katex does not render in incognito (not-logged-in) mode, on the site WordPress.org Forums:
Thank you for the bug report. It sounds like your issue was caused by KaTeX… -
Posted a reply to KaTeX plugin and mhchem, on the site WordPress.org Forums:
Yes, this would be the way to do it. To use jsDelivr this works: wp_register_script(… -
Posted a reply to Как в плагине делать цифры другого цвета?, on the site WordPress.org Forums:
You can color things as normal in TeX: {\color{red}hello} {\color{darkgreen}world} {\color{blue}42} -
Posted a reply to WordPress 5.6 comptability, on the site WordPress.org Forums:
Hi, This probably is unrelated to the WordPress version. The plugin works for me on…