@ -12,6 +12,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -12,6 +12,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
false`) execution errors are re-thrown by Literate (as before). If `continue_on_error =
true` is set the error is used as the block result and execution continues with following
blocks. ([#201], [#257])
- Literate now replaces Documenter-style admonitions when generating notebook output
([#259]). Concretely,
```
# !!! note
# A note.
# !!! warn "Warning title text"
# A warning.
```
is replaced with
```
# > **Note**
# >
# > A note.
# > **Warning title text**
# >
# > A warning.
```
## [v2.19.1] - 2024-09-13
### Fixed
@ -319,6 +338,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
@@ -319,6 +338,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement