Skip to content

Commit c0956b3

Browse files
Update documentation from previous change
1 parent fb7f81e commit c0956b3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ require('render-markdown').setup({
134134
(block_quote) @quote
135135
136136
(pipe_table) @table
137-
(pipe_table_header) @table_head
138-
(pipe_table_delimiter_row) @table_delim
139-
(pipe_table_row) @table_row
140137
]],
141138
-- Capture groups that get pulled from quote nodes
142139
markdown_quote_query = [[

doc/render-markdown.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ Full Default Configuration ~
171171
(block_quote) @quote
172172

173173
(pipe_table) @table
174-
(pipe_table_header) @table_head
175-
(pipe_table_delimiter_row) @table_delim
176-
(pipe_table_row) @table_row
177174
]],
178175
-- Capture groups that get pulled from quote nodes
179176
markdown_quote_query = [[

0 commit comments

Comments
 (0)