A Python-Markdown preprocessor extension to convert content wrapped in <secret></secret> into <span class="secret"></span> elements instead. Effectively deleting the sensitive content entirely and replacing it with a visual HTML element that can be decorated however deemed best via css stylesheets.
View this package on PyPi.
pip install mkdsecrets- Install
pytestviapip install pytest. - Enter the
testdirectory. - Run
python -m pytest.