You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Sometimes the official clojure.core docs are self-explanatory -needing no custom docs- but are formatted awfully, without newlines to delimit paragraphs.
I'm wondering if someone at Grimoire could volunteer (I do!), go through each of those and create a doc which is identical, except for a few interspersed \ns.
I'm aware that from a technical perspective, having only-slightly-different docs can be problematic, since the modified one could get out of sync with the original one (i.e. the original adds a few new words, now we don't know if the modified copy is a totally-original text, or just an outdated 'newline adaptation').
But then one could compare (remove #{\n} original) vs (remove #{\n} modified) for detecting which custom Grimoire docs are just "newline adaptations", making them apt for being automatically updated.