We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb00297 commit a61f50bCopy full SHA for a61f50b
doc/render-markdown.txt
@@ -96,6 +96,7 @@ modified by the user.
96
(block_quote (block_quote_marker) @quote_marker)
97
(block_quote (paragraph (inline (block_continuation) @quote_marker)))
98
99
+ (pipe_table) @table
100
(pipe_table_header) @table_head
101
(pipe_table_delimiter_row) @table_delim
102
(pipe_table_row) @table_row
@@ -122,6 +123,8 @@ modified by the user.
122
123
-- conceallevel used for buffer when being rendered
124
rendered = 3,
125
},
126
+ -- Add a line above and below tables to complete look, ends up like a window
127
+ fat_tables = true,
128
-- Define the highlight groups to use when rendering various components
129
highlights = {
130
heading = {
0 commit comments