diff --git a/README.md b/README.md index e040d20..22f9122 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ Here's a list of things that I want to add at some point (please feel free to [s - Password changing - Intelligent auto-updating system that doesn't wipe your settings / module choices - Make links to non-existent pages red (#18) -- Optional module support (#10) -- Redirect pages (#14) +- Preview changes before you save them +- Commenting on pages - ...? Is the feature you want to see not on this list? [Open an issue](//github.com/sbrl/Pepperminty-Wiki/issues/new) or [send a pull request](//github.com/sbrl/Pepperminty-Wiki/pulls)! diff --git a/build/index.php b/build/index.php index fd74c16..be115d9 100644 --- a/build/index.php +++ b/build/index.php @@ -10,8 +10,10 @@ $start_time = time(true); * * Credits: * Code by @Starbeamrainbowlabs - * Slimdown - by Johnny Broadway from https://gist.github.com/jbroadway/2836900 * Parsedown - by erusev and others on github from http://parsedown.org/ + * Mathematical Expression rendering + * Code: @con-f-use + * Rendering: MathJax (https://www.mathjax.org/) * Bug reports: * #2 - Incorrect closing tag - nibreh * #8 - Rogue tag - nibreh diff --git a/settings.fragment.php b/settings.fragment.php index 8bedc04..51d8b06 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -7,8 +7,10 @@ * * Credits: * Code by @Starbeamrainbowlabs - * Slimdown - by Johnny Broadway from https://gist.github.com/jbroadway/2836900 * Parsedown - by erusev and others on github from http://parsedown.org/ + * Mathematical Expression rendering + * Code: @con-f-use + * Rendering: MathJax (https://www.mathjax.org/) * Bug reports: * #2 - Incorrect closing tag - nibreh * #8 - Rogue tag - nibreh