Skip to content

Commit

Permalink
Refactor to use abnf
Browse files Browse the repository at this point in the history
Signed-off-by: Titus <[email protected]>
  • Loading branch information
wooorm authored Jul 31, 2024
1 parent 3e20f59 commit 4e756f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ For the complete actual CSS see

Checks form with the following BNF:

```bnf
gfm_task_list_item_check ::= '[' (0x09 | ' ' | 'X' | 'x') ']'
```abnf
gfmTaskListItemCheck ::= "[" (%x09 / " " / "X" / "x") "]"
```

The check is only allowed at the start of the first paragraph, optionally
Expand Down

0 comments on commit 4e756f0

Please sign in to comment.