You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Jupyter Book can only process one metadata-named code-generated figure per file. The workaround for this is to save any resultant figures to disk and refer to them as any other figure.
72
74
@@ -76,11 +78,23 @@ Options:
76
78
77
79
Features:
78
80
- Upgrade to Jupyter Book v.0.15.1
81
+
-`--keep-highlighting` flag to preserve syntax highlighting for code blocks provided by Jupyter Book
82
+
83
+
Bug fixes:
84
+
- Table caption numbering is now removed from output (was causing duplicates in Atlas builds)
85
+
- Additional safeguards around figure markup
86
+
- Generated part.html files now have correctly-numbered (and unique) IDs
87
+
88
+
Quality of life improvements:
89
+
- Explicit tests for common PE tasks
90
+
- Additional examples in the `example_book`
91
+
- Improved type hints
92
+
79
93
80
94
### 1.0.9
81
95
82
96
Bug fixes:
83
-
- Remove spans inside `<code>` tags that display incorrectly on the ORM learning platform.
97
+
- Remove spans inside `<code>` tags that display incorrectly on the ORM learning platform
0 commit comments