We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a5d3 commit 0a20bdeCopy full SHA for 0a20bde
CHANGELOG
@@ -1,3 +1,7 @@
1
+mkdocs-with-pdf 0.7.7 (2020-10-29)
2
+
3
+ * Fixed not escaping single quotes in style.
4
5
mkdocs-with-pdf 0.7.6 (2020-10-12)
6
7
* options: Allow user to set theme-path in local-conf.
setup.py
@@ -4,7 +4,7 @@
setup(
name='mkdocs-with-pdf',
- version='0.7.6',
+ version='0.7.7',
8
description='Generate a single PDF file from MkDocs repository', # noqa E501
9
long_description=io.open('README.md', encoding='utf8').read(),
10
long_description_content_type='text/markdown',
0 commit comments