kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

Escape newlines in command header #22

Closed kalekundert closed 4 years ago

kalekundert commented 4 years ago

Example:

$ sw split $'a\nb'
March 9, 2020

$ stepwise split 'a
b'

1. a
   b

The protocol renders as intended, but the command in the header is messed up.