Skip to content

TheMaverickProgrammer/python-markdown-secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdsecrets

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.

Installation

pip install mkdsecrets

Testing

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

About

Python Markdown extension for hiding secret content from the output HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors