johanvergeer / python-markdown-ratings

A Markdown plugin to show rating stars on your page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Markdown Ratings

This is an extension for Python Markdown that lets you add rating stars to your page.

Usage

  • Install the package:
pip install markdown-ratings
.star-checked {
    color: orange;
}
  • Add the Markdown tag to your page:
Something amazing with [rating:5]

The rating value goes from 0 to 5.

About

A Markdown plugin to show rating stars on your page.

License:MIT License


Languages

Language:Python 100.0%