11 lines
366 B
PHP
11 lines
366 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("MathJax", "mathjax"),
|
||
|
"url" => "https://www.mathjax.org/",
|
||
|
"version" => "2024.02",
|
||
|
"description" => __("A JavaScript display engine for mathematics.", "mathjax"),
|
||
|
"author" => array(
|
||
|
"name" => "Daniel Pimley",
|
||
|
"url" => "http://www.pimley.net/"
|
||
|
)
|
||
|
);
|