Dennis Hackethal
Dennis Hackethal
I've given up on this. Unsubscribing.
Temporary workaround: ```clojure (-> s (clojure.string/replace #"[]" {\< "<" \> ">"}) m/md->hiccup)) ``` That way, the encoding happens beforehand.
Well actually, you may want to remove the entry for `>`, or else you won't be able to render markdown quotes.
Has anyone had a chance to review this PR?
I've proposed PR #741 to support broken-up ordered lists without resetting the numbering.
I'm basing this off of [this part](https://github.com/vmg/redcarpet/blob/3e3f0b522fbe9283ba450334b5cec7a439dc0955/ext/redcarpet/html_smartypants.c#L340): ```c static const char *skip_tags[] = { "pre", "code", "var", "samp", "kbd", "math", "script", "style" }; ```
Java version 1.8.0_111, Clojure version 1.8.0.
Upgrading from Leiningen 2.7.1 to 2.9.1 fixed it.
I'm afraid I can now reproduce this again. Leiningen 2.9.1, Java 1.8.0_111, Clojure 1.10.0.