Skip to content

Commit

Permalink
adjust item selector
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Nov 3, 2024
1 parent 7f5cc11 commit f6f8c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = function (grunt) {
}

if (rMode && line.length > 0) {
var item = line.replace(/#/g, '').replace(']]', '').replace('* [[', '');
var item = line.replace(/#/g, '').replace(']]', '').replace('- [[', '');
var url = item;

if (item[0] === ' ') {
Expand Down

0 comments on commit f6f8c99

Please sign in to comment.