Skip to content

Commit

Permalink
Merge pull request #1282 from jafingerhut/fix-markup-for-list-items
Browse files Browse the repository at this point in the history
Madoko requires blank line before first element of a list
  • Loading branch information
jafingerhut authored Jul 5, 2024
2 parents 5ca203f + 9b1815e commit da5a264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p4-16/spec/P4-16-spec.mdk
Original file line number Diff line number Diff line change
Expand Up @@ -3345,6 +3345,7 @@ const bool same = exact == fuzzy; // always 'false'
## Expressions on Booleans { #sec-bool-exprs }

The following operations are provided on Boolean expressions:

- "And", denoted by `&&`
- "Or", denoted by `||`
- Negation, denoted by `!`
Expand Down

0 comments on commit da5a264

Please sign in to comment.