We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122eee1 commit 0e88a74Copy full SHA for 0e88a74
README.md
@@ -72,6 +72,11 @@ Options:
72
73
## Release Notes
74
75
+### 1.0.9
76
+
77
+Bug fixes:
78
+- Remove spans inside `<code>` tags that display incorrectly on the ORM learning platform.
79
80
### 1.0.8
81
82
Bug fixes:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jupyter-book-to-htmlbook"
3
-version = "1.0.8"
+version = "1.0.9"
4
description = "A script to convert jupyter book html files to htmlbook for consumption in Atlas"
5
authors = ["delfanbaum"]
6
0 commit comments