markdown_convert 1.2.27__tar.gz → 1.2.29__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.27
3
+ Version: 1.2.29
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>
@@ -221,9 +221,3 @@ math {
221
221
  text-rendering: optimizeLegibility;
222
222
  font-family: "Latin Modern Math", "Cambria Math", serif;
223
223
  }
224
-
225
- /* Mermaid diagrams */
226
- div.mermaid {
227
- display: flex;
228
- justify-content: center;
229
- }
@@ -21,4 +21,5 @@ MARKDOWN_EXTENSIONS = {
21
21
  "tables": True,
22
22
  "latex": True,
23
23
  "mermaid": None,
24
+ "strike": None,
24
25
  }
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "markdown_convert"
7
- version = "1.2.27"
7
+ version = "1.2.29"
8
8
  description = "Convert Markdown files to PDF from your command line."
9
9
  authors = [
10
10
  { name = "Julio Cabria", email = "juliocabria@tutanota.com" },