yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
540 stars 120 forks source link

Allow escaping of ^ (caret) characters. #161

Closed rutchkiwi closed 4 years ago

rutchkiwi commented 4 years ago

Looks like this always worked in code blocks, but not outside them.

Fixes https://github.com/yogthos/markdown-clj/issues/160

yogthos commented 4 years ago

Thanks for the fix, just pushed out 1.10.2 to Clojars with the update.

rutchkiwi commented 4 years ago

Thanks a lot! :)