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 has been archived by the owner on Aug 4, 2022. It is now read-only.
cram sometimes requires trailing whitespace, which causes unfortunate conflicts with trees or editors set up to strip them.
The main case I notice is blank spaces occurring in the middle of output blocks. cram wants them to have ^ $ so that they're indented to the same point. It seems like that could be ignored without much loss of sensitivity.
The text was updated successfully, but these errors were encountered:
I think not, but there might be some difficult cases.
This command prints _n_ blank lines:
$ print_blank_lines 4
Pretty neat!
I think you could potentially fix that by saying the document is composed of paragraphs separated by single blank lines, and each paragraph is an example if the nonblank lines all have >=2 spaces. Then, the middle paragraph of this example contains 4 blank lines at the end.
I tried a patch for this years ago but found the parser code hard to change.
cram sometimes requires trailing whitespace, which causes unfortunate conflicts with trees or editors set up to strip them.
The main case I notice is blank spaces occurring in the middle of output blocks. cram wants them to have
^ $
so that they're indented to the same point. It seems like that could be ignored without much loss of sensitivity.The text was updated successfully, but these errors were encountered: