ensuring comments are shown in render mode
This commit is contained in:
parent
1926938717
commit
9185a777f4
|
@ -9,6 +9,9 @@ return {
|
|||
config = function()
|
||||
require('render-markdown').setup {
|
||||
file_types = { 'markdown', 'quarto' },
|
||||
html = {
|
||||
comment = { conceal = false },
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue