Closed daslu closed 9 months ago
https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/Enumeration.20separation/near/419421288
The two following namespace examples should be rendered the same:
(ns my-namespace) ;; some text ;; - first point ;; - second
(ns my-namespace) ;; some text ;; ;; - first point ;; - second
edit: fixed example
https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/Enumeration.20separation/near/419421288
The two following namespace examples should be rendered the same:
edit: fixed example