Commit 58f5cb4 1 parent 6832536 commit 58f5cb4 Copy full SHA for 58f5cb4
File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
` pandoc-lua-marshal ` uses [ PVP Versioning] [ ] .
4
4
5
+ ## 0.3.0
6
+
7
+ Released 2024-12-07.
8
+
9
+ * Add method ` normalize ` to Pandoc objects.
10
+ This returns a normalized document by merging adjacent spaces in inlines
11
+ and by modifying tables.
12
+
13
+ * Push Captions as userdata, move code to separate module.
14
+
15
+ * Add tests for RawInline and its properties
16
+
17
+ * Allow treatment of custom elements as singleton lists.
18
+
19
+ * Remove ` pandoc ` prefix on table components (jgm/pandoc #8574 ).
20
+
5
21
## 0.2.9
6
22
7
23
Released 2024-10-01.
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : pandoc-lua-marshal
3
- version : 0.2.9
3
+ version : 0.3.0
4
4
synopsis : Use pandoc types in Lua
5
5
description : This package provides functions to marshal and unmarshal
6
6
pandoc document types to and from Lua.
You can’t perform that action at this time.
0 commit comments