feat(dial): add checkbox augend for markdown

This commit is contained in:
Yusuf Aktepe 2025-01-16 01:33:19 +03:00
parent 6aefa8ec3e
commit d29c4916ef
No known key found for this signature in database
GPG key ID: 49AA3CABA347876A

View file

@ -140,6 +140,11 @@ return {
}),
},
markdown = {
augend.constant.new({
elements = { "[ ]", "[x]" },
word = false,
cyclic = true,
}),
augend.misc.alias.markdown_header,
},
json = {