markdown_convert 1.2.35__tar.gz → 1.2.37__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.35
3
+ Version: 1.2.37
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>
@@ -31,7 +31,9 @@ _Convert Markdown files to PDF from your command line._
31
31
 
32
32
  <br>
33
33
 
34
- <img src='https://i.imgur.com/uWDm7s0.png' width='80%'>
34
+ <img src='https://i.imgur.com/kzoo3hs.png' width='80%'>
35
+
36
+ <br>
35
37
 
36
38
  ----
37
39
 
@@ -11,7 +11,9 @@ _Convert Markdown files to PDF from your command line._
11
11
 
12
12
  <br>
13
13
 
14
- <img src='https://i.imgur.com/uWDm7s0.png' width='80%'>
14
+ <img src='https://i.imgur.com/kzoo3hs.png' width='80%'>
15
+
16
+ <br>
15
17
 
16
18
  ----
17
19
 
@@ -113,6 +113,13 @@ pre {
113
113
  white-space: pre-wrap;
114
114
  }
115
115
 
116
+ pre > code {
117
+ display: block;
118
+ padding: 1em;
119
+ margin-top: var(--top-margin);
120
+ margin-bottom: var(--bottom-margin);
121
+ }
122
+
116
123
  code {
117
124
  font-family: "JetBrains Mono", "Consolas", "Ubuntu Mono", "DejaVu Sans Mono",
118
125
  "Liberation Mono", "Courier New", monospace;
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "markdown_convert"
7
- version = "1.2.35"
7
+ version = "1.2.37"
8
8
  description = "Convert Markdown files to PDF from your command line."
9
9
  authors = [
10
10
  { name = "Julio Cabria", email = "juliocabria@tutanota.com" },