File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-with-pdf 0.3.0 (2020-07-24)
2
+
3
+ * Supports page exclusion.
4
+ * Fixed for the internal link anchors.
5
+
1
6
mkdocs-with-pdf 0.2.4 (2020-07-15)
2
7
3
8
* Excluded form empty tags if it has image.
@@ -8,7 +13,7 @@ mkdocs-with-pdf 0.2.3 (2020-05-24)
8
13
9
14
mkdocs-with-pdf 0.2.2 (2020-05-17)
10
15
11
- * Exclude custom style source from package distination .
16
+ * Exclude custom style source from package destination .
12
17
* Add page break rule for tabs.
13
18
14
19
mkdocs-with-pdf 0.2.1 (2020-05-16)
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'mkdocs-with-pdf' ,
7
- version = '0.2.4 ' ,
7
+ version = '0.3.0 ' ,
8
8
description = 'Generate a single PDF file from MkDocs repository' , # noqa E501
9
9
long_description = io .open ('README.md' , encoding = 'utf8' ).read (),
10
10
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments