markdown_convert 1.2.48__tar.gz → 1.2.49__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.48
3
+ Version: 1.2.49
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>
@@ -66,6 +66,7 @@ h3,
66
66
  h4,
67
67
  h5 {
68
68
  line-height: 1;
69
+ padding-bottom: 0.5rem;
69
70
  color: var(--color-text);
70
71
  font-weight: 600;
71
72
  }
@@ -319,7 +320,11 @@ hr+hr {
319
320
  section,
320
321
  table,
321
322
  blockquote,
322
- code {
323
+ pre,
324
+ code,
325
+ img,
326
+ figure,
327
+ svg {
323
328
  page-break-inside: avoid;
324
329
  break-inside: avoid;
325
330
  }
@@ -417,4 +422,14 @@ math {
417
422
  .center {
418
423
  display: block;
419
424
  text-align: center;
425
+ }
426
+
427
+ .right {
428
+ display: block;
429
+ text-align: right;
430
+ }
431
+
432
+ .justify {
433
+ display: block;
434
+ text-align: justify;
420
435
  }
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "markdown_convert"
7
- version = "1.2.48"
7
+ version = "1.2.49"
8
8
  description = "Convert Markdown files to PDF from your command line."
9
9
  authors = [
10
10
  { name = "Julio Cabria", email = "juliocabria@tutanota.com" },