1- *render-markdown.txt* For 0.10.0 Last change: 2024 September 14
1+ *render-markdown.txt* For 0.10.0 Last change: 2024 September 15
22
33==============================================================================
44Table of Contents *render-markdown-table-of-contents*
@@ -458,8 +458,8 @@ Full Default Configuration ~
458458 -- raw: replaces only the '|' characters in each row, leaving the cells unmodified
459459 -- padded: raw + cells are padded with inline extmarks to make up for any concealed text
460460 cell = 'padded' ,
461- -- Gets placed in delimiter row for each column, position is based on alignmnet
462- alignment_indicator = '━' ,
461+ -- Minimum column width to use for padded cell
462+ min_width = 0 ,
463463 -- Characters used to replace table border
464464 -- Correspond to top(3), delimiter(3), bottom(3), vertical, & horizontal
465465 -- stylua: ignore
@@ -469,6 +469,8 @@ Full Default Configuration ~
469469 '└', '┴', '┘',
470470 '│', '─',
471471 },
472+ -- Gets placed in delimiter row for each column, position is based on alignmnet
473+ alignment_indicator = '━',
472474 -- Highlight for table heading, delimiter, and the line above
473475 head = 'RenderMarkdownTableHead',
474476 -- Highlight for everything else, main table rows and the line below
@@ -863,8 +865,8 @@ Wiki Page
863865 -- raw: replaces only the '|' characters in each row, leaving the cells unmodified
864866 -- padded: raw + cells are padded with inline extmarks to make up for any concealed text
865867 cell = 'padded' ,
866- -- Gets placed in delimiter row for each column, position is based on alignmnet
867- alignment_indicator = '━' ,
868+ -- Minimum column width to use for padded cell
869+ min_width = 0 ,
868870 -- Characters used to replace table border
869871 -- Correspond to top(3), delimiter(3), bottom(3), vertical, & horizontal
870872 -- stylua: ignore
@@ -874,6 +876,8 @@ Wiki Page
874876 '└', '┴', '┘',
875877 '│', '─',
876878 },
879+ -- Gets placed in delimiter row for each column, position is based on alignmnet
880+ alignment_indicator = '━',
877881 -- Highlight for table heading, delimiter, and the line above
878882 head = 'RenderMarkdownTableHead',
879883 -- Highlight for everything else, main table rows and the line below
0 commit comments