X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mathjax%2FREADME.md;h=f5a0388fe89362fbefdbd135a8894a2f8ec2bd08;hb=30d35b835e3b289146fb47d58222620e264b9c31;hp=7108639a2ac9a5400b7fdc5b5b49b0a109317423;hpb=88278dbe198d6c8ff0507b761f105ea7b2dc19a2;p=friendica-addons.git diff --git a/mathjax/README.md b/mathjax/README.md index 7108639a..f5a0388f 100644 --- a/mathjax/README.md +++ b/mathjax/README.md @@ -21,15 +21,19 @@ In case you want to use the CDN you can try the following URL as a quick start http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML In case you don't want or can use the admin panel of Friendica you can activate -the addon by adding _mathjax_ to the +the addon by adding _mathjax_ to the list in your `config/local.config.php` file - [system] - addon = ...,mathjax + 'system' => [ + ... + 'addon' => '...,mathjax' + ... + ] -list in your config/local.ini.php file and then providing the base URL after that +and then providing the base URL after that in the `config/addon.config.php` file - [mathjax] - baseurl = [the URL to your MathJax installation]; + 'mathjax' => [ + 'baseurl' => '[the URL to your MathJax installation]', + ], Usage =====