andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Generated API docs for format/formatters is unreadable #79

Closed timgilbert closed 7 years ago

timgilbert commented 7 years ago

Hey, looking here:

http://andrewmcveigh.github.io/cljs-time/api/cljs-time.format.html#var-formatters

...it looks like some of the escaping is a little out of whack. It might be good to just provide a direct link to the source code from the README:

https://github.com/andrewmcveigh/cljs-time/blob/master/src/cljs_time/format.cljs#L58

andrewmcveigh commented 7 years ago

Hey, thanks for reporting. I've been fiddling around with documentation generation, but it's a little messed up.

I'll use a different library.

andrewmcveigh commented 7 years ago

Fixed as of ba44123 http://andrewmcveigh.github.io/cljs-time/latest/index.html