We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d918f commit 3f03e78Copy full SHA for 3f03e78
src/plugins/search/search.js
@@ -56,6 +56,7 @@ function getAllPaths(router) {
56
57
function getTableData(token) {
58
if (!token.text && token.type === 'table') {
59
+ token.cells.unshift(token.header);
60
token.text = token.cells
61
.map(function(rows) {
62
return rows.join(' | ');
0 commit comments