this is an repo for my custom tools that cannot be achived by template and module in mediawiki.
currenlty this repo have only one feature. XD
<fa>tag (seems from "formula"), that auto create both<math>and<pre>tag blocks for formulas<pre2>tag, a preformat block warpper of the space at line start.<ex>tag, show rendered content, with preformat block next.
cd extensions
git clone --depth 1 https://github.com/brucekomike/MiscTools
then add this line in your LocalSettings.php
wfLoadExtension( 'MiscTools' );
cd extensions
git pull --depth 1 --rebase