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 65a23eb commit c0fa6d1Copy full SHA for c0fa6d1
lib/utils.js
@@ -30,7 +30,7 @@ require = fn;
30
*/
31
32
utils.getTitle = function(str) {
33
-if (/^\[[^\]]+\]\(/.test(str)) {
+ if (/^\[[^\]]+\]\(/.test(str)) {
34
var m = /^\[([^\]]+)\]/.exec(str);
35
if (m) return m[1];
36
}
0 commit comments