ensuring comments are shown in render mode

This commit is contained in:
pat-alt 2025-04-15 10:52:50 +02:00
parent 1926938717
commit 9185a777f4
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ return {
config = function() config = function()
require('render-markdown').setup { require('render-markdown').setup {
file_types = { 'markdown', 'quarto' }, file_types = { 'markdown', 'quarto' },
html = {
comment = { conceal = false },
},
} }
end, end,
} }