File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
<!-- ## [Unreleased] -->
9
9
10
+ ## [ 2.15.0] - 2023-09-05
11
+ ### Added
12
+ - Documenter style ` @raw html ` blocks are automatically handled in Jupyter notebook output
13
+ (similar to how Documenter style ` ```math ` blocks are rewritten to ` $$ ` blocks).
14
+ ([ #222 ] [ github-222 ] , [ #223 ] [ github-223 ] )
15
+
10
16
## [ 2.14.2] - 2023-08-28
11
17
### Fixed
12
18
- Remove double newline in ` Literate.script ` output. ([ #221 ] [ github-221 ] )
@@ -252,8 +258,11 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
252
258
[ github-205 ] : https://github.com/fredrikekre/Literate.jl/pull/205
253
259
[ github-219 ] : https://github.com/fredrikekre/Literate.jl/pull/219
254
260
[ github-221 ] : https://github.com/fredrikekre/Literate.jl/pull/221
261
+ [ github-222 ] : https://github.com/fredrikekre/Literate.jl/issues/222
262
+ [ github-223 ] : https://github.com/fredrikekre/Literate.jl/pull/223
255
263
256
- [ Unreleased ] : https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...HEAD
264
+ [ Unreleased ] : https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...HEAD
265
+ [ 2.15.0 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...v2.15.0
257
266
[ 2.14.2 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.14.1...v2.14.2
258
267
[ 2.14.1 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.14.0...v2.14.1
259
268
[ 2.14.0 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.13.3...v2.14.0
Original file line number Diff line number Diff line change 1
1
name = " Literate"
2
2
uuid = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
3
- version = " 2.14.2 "
3
+ version = " 2.15.0 "
4
4
5
5
[deps ]
6
6
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
409
409
deps = [" Base64" , " IOCapture" , " JSON" , " REPL" ]
410
410
path = " .."
411
411
uuid = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
412
- version = " 2.14.2 "
412
+ version = " 2.15.0 "
413
413
414
414
[[LogExpFunctions ]]
415
415
deps = [" DocStringExtensions" , " IrrationalConstants" , " LinearAlgebra" ]
You can’t perform that action at this time.
0 commit comments