{"id":14954,"date":"2011-09-20T15:22:15","date_gmt":"2011-09-20T15:22:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simple-mathjax\/"},"modified":"2025-09-10T09:57:47","modified_gmt":"2025-09-10T09:57:47","slug":"simple-mathjax","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/simple-mathjax\/","author":8078108,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.1.1","stable_tag":"2.1.1","tested":"6.8.5","requires":"3.0","requires_php":"","requires_plugins":null,"header_name":"Simple MathJax","header_author":"Samuel Coskey, Peter Krautzberger, Christian Lawson-Perfect","header_description":"","assets_banners_color":"","last_updated":"2025-09-10 09:57:47","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/somethingorotherwhatever.com","rating":4.7,"author_block_rating":0,"active_installs":4000,"downloads":47767,"num_ratings":13,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"0.0":{"tag":"0.0","author":"sgcoskey","date":"2011-09-21 18:54:35"},"0.1":{"tag":"0.1","author":"sgcoskey","date":"2011-11-24 20:07:57"},"0.2":{"tag":"0.2","author":"sgcoskey","date":"2012-03-21 22:34:03"},"0.3":{"tag":"0.3","author":"sgcoskey","date":"2013-04-17 05:04:58"},"0.4":{"tag":"0.4","author":"sgcoskey","date":"2013-12-04 01:55:09"},"0.5":{"tag":"0.5","author":"sgcoskey","date":"2014-09-24 00:08:50"},"0.6":{"tag":"0.6","author":"sgcoskey","date":"2015-01-30 05:34:00"},"1.0":{"tag":"1.0","author":"sgcoskey","date":"2017-04-05 20:03:46"},"1.0.1":{"tag":"1.0.1","author":"sgcoskey","date":"2017-09-06 19:39:16"},"1.1":{"tag":"1.1","author":"sgcoskey","date":"2019-05-22 21:45:15"},"2.0":{"tag":"2.0","author":"christianperfect","date":"2019-10-12 13:08:51"},"2.0.1":{"tag":"2.0.1","author":"christianperfect","date":"2021-07-10 14:13:17"},"2.0.2":{"tag":"2.0.2","author":"christianperfect","date":"2023-07-23 11:45:51"},"2.0.3":{"tag":"2.0.3","author":"christianperfect","date":"2024-07-04 07:05:39"},"2.1.0":{"tag":"2.1.0","author":"christianperfect","date":"2025-08-06 08:59:07"},"2.1.1":{"tag":"2.1.1","author":"christianperfect","date":"2025-09-10 09:57:47"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":1,"4":2,"5":10},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0","0.1","0.2","0.3","0.4","0.5","0.6","1.0","1.0.1","1.1","2.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6566,39756],"plugin_category":[],"plugin_contributors":[171856,154397,84452],"plugin_business_model":[],"class_list":["post-14954","plugin","type-plugin","status-publish","hentry","plugin_tags-latex","plugin_tags-mathjax","plugin_contributors-christianperfect","plugin_contributors-pkra","plugin_contributors-sgcoskey","plugin_committers-christianperfect","plugin_committers-pkra","plugin_committers-sgcoskey"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/simple-mathjax.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This wordpress plugin is yet another simple plugin to load the <a href=\"http:\/\/www.mathjax.org\">MathJax<\/a> scripts at the bottom of all of your pages. It uses a very all-inclusive mathjax configuration by default, with $'s and $$'s the default delimeters for in-line and displayed equations.<\/p>\n\n<p>A preference pane is added to the \"Settings\" group where you can choose whether to use MathJax version 2 or 3, change the MathJax server location (CDN) and the MathJax configuration settings. (See <a href=\"https:\/\/docs.mathjax.org\/en\/latest\/web\/start.html#configuring-mathjax\">the mathjax documentation<\/a> for details on the options available.) \nYou can also specify a LaTeX \"preamble\" of newcommands which will be loaded in a hidden element near the top of each page.<\/p>\n\n<p>Fork this plugin on <a href=\"https:\/\/github.com\/boolesrings\/Simple-Mathjax-wordpress-plugin\">GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<p>Nothing unusual here!<\/p>\n\n<!--section=changelog-->\n<h4>2.1.1<\/h4>\n\n<p>The custom config no longer has the HTML escaping filter applied.<\/p>\n\n<h4>2.1.0<\/h4>\n\n<p>Added support for MathJax 4.<\/p>\n\n<h4>2.0.1<\/h4>\n\n<p>Bumped the default CDN URL for MathJax 2 to use 2.7.8.<\/p>\n\n<h4>2.0<\/h4>\n\n<p>MathJax 3 support, and the default config makes MathJax ignore the new block editor.<\/p>\n\n<h4>1.1<\/h4>\n\n<p>update latest mathjax version, load mathjax in footer instead of header<\/p>\n\n<h4>1.0<\/h4>\n\n<p>send default url to new cdn<\/p>\n\n<h4>0.5<\/h4>\n\n<p>minor code cleanup, allow mathjax in admin screens<\/p>\n\n<h4>0.4<\/h4>\n\n<p>use safe mode (prevents evil scripts) by default<\/p>\n\n<h4>0.3<\/h4>\n\n<p>use wp_enqueue_script to allow others to use mathjax as a dependency (christianp). removed disqus compatibility due to reports of it no longer working.<\/p>\n\n<h4>0.2<\/h4>\n\n<p>added disqus compatibility. enclosed the preamble in a hidden span to\ncover a small space created by mathjax v.2<\/p>\n\n<h4>0.1<\/h4>\n\n<p>improved loading of the LaTeX preamble so that it appears just\nbelow the body tag, rather than in the header<\/p>\n\n<h4>0.0<\/h4>\n\n<p>initial release<\/p>","raw_excerpt":"Yet another plugin to add MathJax support to your wordpress blog. Just wrap your equations inside $ signs and MathJax will render them visually.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14954"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sgcoskey"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14954"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14954"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14954"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14954"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14954"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}