Update 2025-04-30

Update 2025-04-04

Update 2025-04-06

Update 2025-04-11

Update 2025-04-13

Update 2025-04-14

Update 2025-04-15

Update 2025-04-25

Update 2025-04-27

Update 2025-04-30
This commit is contained in:
2025-04-16 16:25:22 +03:00
parent f9df29cfaa
commit 0c2ba155d4
17 changed files with 164 additions and 237 deletions

View File

@@ -107,31 +107,9 @@ return {
blocks = true, -- Enable for math blocks
},
},
latex = {
enable = false,
blocks = {
-- ["$$"] = {
-- renderer = "typst.math_blocks",
-- },
},
},
latex = { enable = false },
typst = { enable = false },
html = { enable = false },
checkboxes = {
default = " ",
remove_style = "checkbox",
states = {
{ " ", "/", "X" },
{ "<", ">" },
{ "?", "!", "*" },
{ '"' },
{ "l", "b", "i" },
{ "S", "I" },
{ "p", "c" },
{ "f", "k", "w" },
{ "u", "d" },
},
},
},
config = function(_, opts)
require("markview").setup(opts)