Commit acbc4527 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #259 from gergely-ujvari/URL_issues

Added missing global switch for url replacer regexp
parents 18485304 fa9ac60f
......@@ -2,7 +2,7 @@ class Converter extends Markdown.Converter
constructor: ->
super
this.hooks.chain "postConversion", (text) ->
text.replace /<a href=/, "<a target=\"_blank\" href="
text.replace /<a href=/g, "<a target=\"_blank\" href="
fuzzyTime = (date) ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment