yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
544 stars 121 forks source link

Don't transform reference links #68

Closed jstepien closed 9 years ago

jstepien commented 9 years ago

This prevents such links from being transformed into http://example.com/#<i>a</i>b.

I'm not sure whether this is the best solution to the problem. I'm looking forward to you feedback!

yogthos commented 9 years ago

seems reasonable to me, it's similar to what's being done with inline links already