Skip to content

TheMaverickProgrammer/python-markdown-selfhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdselfhash

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.

Installation

pip install mkdselfhash

Testing

  1. Install pytest via pip install pytest.
  2. Enter the test directory.
  3. Run python -m pytest.

About

MKDocs extension which creates simple, in-place links to be shared with others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors