Metadata-Version: 2.4
Name: mkdselfhash
Version: 0.0.4
Summary: Simple in-place embedded hash linking for mkdocs.
Author: Maverick Peppers
License-Expression: MIT
Project-URL: Homepage, https://github.com/TheMaverickProgrammer/python-markdown-mkdselfhash
Project-URL: Issues, https://github.com/TheMaverickProgrammer/python-markdown-mkdselfhash
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mkdselfhash
A [Python-Markdown][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][PYPI].

# Installation
```shell
pip install mkdselfhash
```

# Testing
1. Install `pytest` via `pip install pytest`.
1. Enter the `test` directory.
1. Run `python -m pytest`. 

[PYTHON_MARKDOWN]: https://github.com/waylan/Python-Markdown
[PYPI]: https://pypi.org/project/mkdselfhash/0.0.1/
