markdown_convert 1.2.34__tar.gz → 1.2.35__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: markdown_convert
3
- Version: 1.2.34
3
+ Version: 1.2.35
4
4
  Summary: Convert Markdown files to PDF from your command line.
5
5
  Project-URL: homepage, https://github.com/Julynx/markdown_convert
6
6
  Author-email: Julio Cabria <juliocabria@tutanota.com>
@@ -212,18 +212,20 @@ td {
212
212
  }
213
213
 
214
214
  section,
215
- ol,
216
- ul,
217
215
  table,
218
216
  blockquote,
219
- code,
220
- p,
217
+ code {
218
+ page-break-inside: avoid;
219
+ break-inside: avoid;
220
+ }
221
+
221
222
  h1,
222
223
  h2,
223
224
  h3,
224
225
  h4,
225
226
  h5 {
226
- page-break-inside: avoid;
227
+ page-break-after: avoid;
228
+ break-after: avoid;
227
229
  }
228
230
 
229
231
  /* Increase vertical padding for math elements with display=block */
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "markdown_convert"
7
- version = "1.2.34"
7
+ version = "1.2.35"
8
8
  description = "Convert Markdown files to PDF from your command line."
9
9
  authors = [
10
10
  { name = "Julio Cabria", email = "juliocabria@tutanota.com" },