Skip to content

Commit 402f11e

Browse files
chore: change alignment indicator for heavy table preset
1 parent 3bacd99 commit 402f11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/render-markdown/presets.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function M.pipe_table_preset(name)
6767
elseif name == 'heavy' then
6868
---@type render.md.UserPipeTable
6969
return {
70+
alignment_indicator = '',
7071
-- stylua: ignore
7172
border = {
7273
'', '', '',

0 commit comments

Comments
 (0)