File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ Markdown(
59
59
content.
60
60
- This can be helpful for example to adjust the baseline.
61
61
See: https://github.com/mikepenz/multiplatform-markdown-renderer/issues/329
62
+ - ** Breaking Change** : The ` BulletHandler ` adds a new argument in the function ` listNumber: Int ` .
63
+ - This was introduced to allow for more flexibility in the rendering of the bullet points.
64
+ - But also specifically to enable list rendering according to spec:
65
+ - https://spec.commonmark.org/0.31.2/#start-number
66
+ - The ` index ` argument was retained to allow custom implementations adjust this behavior.
62
67
63
68
- ** Behavior Change** : To account for the behavior change introduced in v0.32.0 on EOL handling a
64
69
new API was introduced to bring back prior behavior
You can’t perform that action at this time.
0 commit comments