Skip to content

btbytes/python-markdown-hashtag-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-markdown-hashtag-extension

A python markdown extension to find hashtags and turn them into html links.

Example:

#python

will be converted to

<a href="/tags.html#python">#python</a>

Installation

pip install git+https://github.com/btbytes/python-markdown-hashtag-extension#egg=MarkdownHashtags

Usage

import markdown
from markdown_hashtags import HashtagExtension

md = markdown.Markdown(
        extensions=[HashtagExtension, ...]

About

finds hashtags and turns them into html links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%