Skip to content

Commit

Permalink
0.0.1 line-breaking.md corrected, I think
Browse files Browse the repository at this point in the history
If the two spaces have been preserved.  It seems so.
  • Loading branch information
orcmid committed Jul 25, 2023
1 parent 8951706 commit 31c518f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/construction/experiments/line-breaking.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- line-breaking.md 0.0.0 UTF-8 2023-07-25
<!-- line-breaking.md 0.0.1 UTF-8 2023-07-25
----1----|----2----|----3----|----4----|----5----|----6----|----7----|--*
SIMPLE EXPERIMENT ABOUT LINE-BREAKING
Expand Down Expand Up @@ -27,22 +27,22 @@ Here's another.

This paragraph simply tests how line-continuations\
signalled by \\ line-ends\
may provide soft line breaks that do not prevent\
text-flowing in the final layout.
provoke hard line breaks that inhibit\
text-flowing wit the next line.

The above was achieved (or not) by

```text
This paragraph simply tests how line-continuations\
signalled by \\ line-ends\
may provide soft line breaks that do not prevent\
text-flowing in the final layout.
provoke hard line breaks that inhibit\
text-flowing wit the next line.
```

Note that this use of \\ is exactly the opposite of how that line-ending is
used in C Language texts.

The other way to do the soft line-breaks is with
The other way to do the hard line-breaks is with
two spaces at the end of a line. That
is difficult to handle
in text editors
Expand All @@ -52,7 +52,7 @@ saved with the extra spaces
dropped.

```text
The other way to do the soft line-breaks is with
The other way to do the hard line-breaks is with
two spaces at the end of a line. That
is difficult to handle
in text editors
Expand All @@ -69,6 +69,7 @@ So endeth this experiment.

<!-- ----1----|----2----|----3----|----4----|----5----|----6----|----7----|--*
0.0.1 2023-07-25T00:44Z Corrected hard line-break \ case
0.0.0 2023-07-25T00:24Z Initial Test Draft
*** end of line-breaking.md ***
Expand Down

0 comments on commit 31c518f

Please sign in to comment.