Compare commits

..

2 commits

4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
__version__ = '0.2.25' __version__ = '0.2.26'

View file

@ -140,7 +140,7 @@ class BlogApp(Flask):
else None else None
), ),
content=markdown( content=markdown(
f.read(), extensions=["fenced_code", "codehilite", MarkdownLatex()] f.read(), extensions=["fenced_code", "codehilite", "tables", MarkdownLatex()]
), ),
skip_header=skip_header, skip_header=skip_header,
skip_html_head=skip_html_head, skip_html_head=skip_html_head,

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.25 current_version = 0.2.26
commit = True commit = True
tag = True tag = True

View file

@ -11,7 +11,7 @@ def readfile(file):
setup( setup(
name='madblog', name='madblog',
version='0.2.25', version='0.2.26',
author='Fabio Manganiello', author='Fabio Manganiello',
author_email='info@fabiomanganiello.com', author_email='info@fabiomanganiello.com',
description='A minimal platform for Markdown-based blogs', description='A minimal platform for Markdown-based blogs',