some re-fixing
svn: r6880 original commit: ad06c9f54e32c9c16869b0b0537eb71ea70dbd21
This commit is contained in:
parent
28365e8078
commit
14cd4802a6
|
@ -319,15 +319,15 @@ This is particularly useful with strings, which can be used to include
|
||||||
arbitrary text.
|
arbitrary text.
|
||||||
|
|
||||||
@scribble-examples|==={
|
@scribble-examples|==={
|
||||||
@foo{@"}" is a closing brace}
|
@foo{A @"}" marks the end}
|
||||||
}===|
|
}===|
|
||||||
|
|
||||||
Note that the escaped string is (intentionally) merged with the rest
|
Note that the escaped string is (intentionally) merged with the rest
|
||||||
of the text. This works for @litchar["@"] too:
|
of the text. This works for @litchar["@"] too:
|
||||||
|
|
||||||
@scribble-examples|==={
|
@scribble-examples|==={
|
||||||
@foo{Command prefix: @"@".}
|
@foo{The prefix: @"@".}
|
||||||
@foo{@"@f{b}" -> (f "b")}
|
@foo{@"@x{y}" --> (x "y")}
|
||||||
}===|
|
}===|
|
||||||
|
|
||||||
@subsubsub*section{Alternative Body Syntax}
|
@subsubsub*section{Alternative Body Syntax}
|
||||||
|
@ -349,7 +349,7 @@ prefixed with a @litchar["|"]:
|
||||||
@foo|{Maze
|
@foo|{Maze
|
||||||
|@bar{is}
|
|@bar{is}
|
||||||
Life!}|
|
Life!}|
|
||||||
@foo|{|@bar|{subforms}| ok}|
|
@t|{In |@i|{sub|@"@"s}| too}|
|
||||||
}===|
|
}===|
|
||||||
|
|
||||||
Note that the subform uses its own delimiters, @litchar["{...}"] or
|
Note that the subform uses its own delimiters, @litchar["{...}"] or
|
||||||
|
@ -366,8 +366,8 @@ in reverse order with paren-like characters (@litchar["("],
|
||||||
@litchar["["], @litchar["<"]) mirrored.
|
@litchar["["], @litchar["<"]) mirrored.
|
||||||
|
|
||||||
@scribble-examples|==={
|
@scribble-examples|==={
|
||||||
@foo|<<<{@x{m} |@{t}|.}>>>|
|
@foo|<<<{@x{foo} |@{bar}|.}>>>|
|
||||||
@foo|!!{B |!!@bold{b}...}!!|
|
@foo|!!{X |!!@b{Y}...}!!|
|
||||||
}===|
|
}===|
|
||||||
|
|
||||||
Finally, remember that you can use an expression escape with a Scheme
|
Finally, remember that you can use an expression escape with a Scheme
|
||||||
|
@ -448,7 +448,8 @@ of the line @italic{and} all following spaces (or tabs). Using this,
|
||||||
you can get further control of the subforms.
|
you can get further control of the subforms.
|
||||||
|
|
||||||
@scribble-examples|==={
|
@scribble-examples|==={
|
||||||
@foo{A long single-@;
|
@foo{A long @;
|
||||||
|
single-@;
|
||||||
string arg.}
|
string arg.}
|
||||||
}===|
|
}===|
|
||||||
|
|
||||||
|
@ -568,8 +569,9 @@ block).
|
||||||
@foo{ bar
|
@foo{ bar
|
||||||
baz
|
baz
|
||||||
bbb}
|
bbb}
|
||||||
@text{Text@note{And
|
@text{Some @b{bold
|
||||||
note.}. More.}
|
text}, and
|
||||||
|
more text.}
|
||||||
}===|
|
}===|
|
||||||
|
|
||||||
Note that each @"@"-form is parsed to an S-expression that has its own
|
Note that each @"@"-form is parsed to an S-expression that has its own
|
||||||
|
|
Loading…
Reference in New Issue
Block a user