We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfbfa4 commit 0a3baecCopy full SHA for 0a3baec
1 file changed
public/js/index.js
@@ -3953,7 +3953,7 @@ $(editor.getInputField())
3953
match: /(?:^|\n|\s)(\>.*|\s|)((\^|)\[(\^|)\](\[\]|\(\)|\:|)\s*\w*)$/,
3954
search: function (term, callback) {
3955
var line = editor.getLine(editor.getCursor().line);
3956
- quote = line.match(this.match)[1].trim();
+ var quote = line.match(this.match)[1].trim();
3957
var list = [];
3958
if (quote.indexOf('>') == 0) {
3959
$.map(supportExtraTags, function (extratag) {
0 commit comments