๐ Bug: Checkboxes not working
Closed this issue ยท 2 comments
BearDad commented
Before reporting:
- Ensure that the issue is reproducable on the main branch.
- Ensure that there isn't an issue on this(either open or closed).
Problem:
i substituted the lazyextras markdown plugin for this one but checkboxes ain't working
as you can see pretty much everything works besides the checkboxes
Steps to reproduce the issue:
- nvim
- install lazyvim
- install all parsers
- install markdownview
- write a test sheet with everything the plugin offers
Expected behavior:
markview should've rendered the checkboxes
Neovim version:
NVIM v0.10.1
realhackcraft commented
I experienced a similar issue recently but it fixed itself (I think I used a preset for checkboxes)
OXY2DEV commented
For [X]
, [ ]
you need to have some text after them.
Old checkboxes such as [~]
, [o]
are no longer available.
Use this if you use the old checkboxes.
{
checkboxes = require("markview.presets").checkboxes.legacy
}