ClojureREPL
ClojureREPL copied to clipboard
Whitespace is not rendered correctly
The result of (str "d--" " --D") looks like d-- --D on the page, despite appearing correctly as
d-- --D
in the HTML div. Consider using the <pre> tag to render results. Same goes for \n in strings.
See https://github.com/lhartikk/ClojureREPL/pull/3.
It's not clear to me how you want \n strings handled.
Since the LightTable instaREPL is the "role model" of this project I would by default prefer to things the same way:
