Skip to content

Commit c37f698

Browse files
chore: update changelog
1 parent 5513e28 commit c37f698

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- store components in context, avoids duplicate queries [d228a3c](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/d228a3cb40f9e9687c3142cca1f46c4d3e985f7a)
99
- improve health check for obsidian.nvim conflict [4d2aea3](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/4d2aea341a5d0bf2a01adc0ad4ecf5d4877e1bd0)
1010
- anyone using `acknowledge_conflicts` in their config should remove it
11+
- performance getting callouts and checkboxes [5513e28](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5513e283973627385aec9758b00fc018e3a8303f)
1112

1213
### Bug Fixes
1314

benches/medium_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('medium.md', function()
1111
util.less_than(util.move_down(3), 0.5)
1212
util.num_marks(base_marks + 2)
1313

14-
util.less_than(util.insert_mode(), 15)
14+
util.less_than(util.insert_mode(), 20)
1515
util.num_marks(base_marks + 2)
1616
end)
1717
end)

0 commit comments

Comments
 (0)