cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

bad project.clj in README #2

Closed mchampine closed 13 years ago

mchampine commented 13 years ago

Looks like the the org mode rendering of clojure source doesn't handle the leading colon ":" on :description and :dependencies. Is there a workaround? Also the quote characters are inconsistent, with the last 2 pairs using the less common begin and end double quotes, and get escaped like this in HTML:

               [org.clojure/clojure-contrib “1.2.0”]
               [http.async.client “0.2.0”]])
neotyk commented 13 years ago

Thank you for you feedback. I've converted README to markdown. SHA: ccdb9388ad82c5d1090b440332458227ab66833b

neotyk commented 13 years ago

project.clj now is displayed ok.

mchampine commented 13 years ago

Looks good. Cool that you (tried to) use org-mode though. I have submitted a bug to org-ruby at http://github.com/bdewey/org-ruby/issues

neotyk commented 13 years ago

Great, thanks!