diff --git a/.gitignore b/.gitignore index 636685a..37a6bef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules *.swp +build diff --git a/src/events.js b/src/events.js index fb388a9..4ab6e6f 100644 --- a/src/events.js +++ b/src/events.js @@ -33,7 +33,7 @@ function struri(str) function uristr(name, uri) { - return "[" + esc(name) + "](" + struri(uri) + ")"; + return "[" + name + "](" + struri(uri) + ")"; } function clipstr(str, amt)