Add fontawesome markdown extension
This commit is contained in:
parent
06bfb1b73e
commit
4780f3dfaf
2 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,9 @@ SITEMAP = {
|
|||
"format": "xml"
|
||||
}
|
||||
|
||||
from fontawesome_markdown import FontAwesomeExtension
|
||||
MD_EXTENSIONS = [FontAwesomeExtension()]
|
||||
|
||||
import filters
|
||||
JINJA_FILTERS = {
|
||||
"datetime": filters.format_datetime,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
beautifulsoup4==4.4.1
|
||||
colorama==0.3.6
|
||||
flake8==2.5.0
|
||||
fontawesome_markdown==0.2.5
|
||||
gitpython==2.0.3
|
||||
iso8601==0.1.11
|
||||
markdown==2.6.6
|
||||
|
|
Reference in a new issue