~cricket/ckt

23e9a6ca9057e1652e3d57b485990d06d522249c — C. C. Piapiac 2 years ago 3710e8e trunk
Remove multiline escape hatches from specification
1 files changed, 1 insertions(+), 8 deletions(-)

M SPEC
M SPEC => SPEC +1 -8
@@ 1,4 1,4 @@
CKT v0.1.0
CKT v0.1.1
By C. C. Piapiac <_c@piapiac.org>

Table of Contents:


@@ 118,18 118,11 @@ Table of Contents:

    Multiline strings have start with a pipe symbol (|) and go till the end of a line. The newline at 
    the end of the line is included in the string, except for on the final line.

    A backslash (\) before the end of a line in a multiline string will cause the content on the next 
    line to be on the same line.
    ---
    multiline string =
        |this string has multiple lines!
        |it also has "quotation marks" in it.
        |it can include # any [ characters ].
    
    other multiline string =
        |this string is \
        |only on one line.
    ---

2.4. TABLES