hammerlab / ketrew

Keep Track of Experimental Workflows
http://www.hammerlab.org/docs/ketrew/master/index.html
Apache License 2.0
74 stars 10 forks source link

`exec` commands in the Ketrew GUI shouldn't be rendered within divs #520

Closed ihodes closed 7 years ago

ihodes commented 7 years ago

This makes it impossible to copy-paste these commands (as there are no spaced when copied), which makes debugging painful.

smondet commented 7 years ago

Well, it's for display, they also are not escaped, if you copy-paste an exec even with spaces, you won't get the same behavior anyway.

ihodes commented 7 years ago

At least in the common cases that I've run into, I do. Just adding spaced/formatting it as a single <code> block would really help out.