Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Markdown.Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@
};

// takes the line as entered into the add link/as image dialog and makes
// sure the URL and the optinal title are "nice".
// sure the URL and the optional title are "nice".
function properlyEncoded(linkdef) {
return linkdef.replace(/^\s*(.*?)(?:\s+"(.+)")?\s*$/, function (wholematch, link, title) {

Expand Down Expand Up @@ -2330,4 +2330,4 @@
}


})();
})();