Skip to content

Commit e463d3f

Browse files
committed
fix: render markdown tables "prettily"
1 parent 0f24085 commit e463d3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/plugins/ui/render-markdown.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ return {
1515
heading = { backgrounds = {} },
1616
callout = my_styles.RENDER_MARKDOWN_CALLOUT_OPTS,
1717
checkbox = { custom = my_styles.RENDER_MARKDOWN_CHECKBOX_OPTS },
18+
pipe_table = { cell = "trimmed", preset = "round" },
1819
preset = "obsidian",
1920
},
2021

0 commit comments

Comments
 (0)