There was an error while loading. Please reload this page.
1 parent 34d918f commit e91ab78Copy full SHA for e91ab78
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