mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 09:14:04 +00:00
doc: add comment to explain the syntax of folded examples
This commit is contained in:
parent
67c2ae0a9e
commit
acdc42fd9f
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ only symbols.
|
|||
You can use parentheses to control evaluation order, such as `(x & y) | z` or
|
||||
`x & (y | z)`.
|
||||
|
||||
<!-- The following format will be understood by the web site generator, and will
|
||||
generate a folded section that can be unfolded at will. -->
|
||||
|
||||
??? examples
|
||||
|
||||
Given this history:
|
||||
|
|
Loading…
Reference in a new issue