A Python-Markdown preprocessor extension that creates in-place links to be shared with others.
Transforms {#str} into <a href="#str" class="mkdselfhash">str</a><span id="str"/>.
For empty anchor elements use {-#str} notation.
View this package on PyPi.
pip install mkdselfhash- Install
pytestviapip install pytest. - Enter the
testdirectory. - Run
python -m pytest.