Skip to content

Commit 4e756f0

Browse files
authored
Refactor to use abnf
Signed-off-by: Titus <[email protected]>
1 parent 3e20f59 commit 4e756f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ For the complete actual CSS see
177177

178178
Checks form with the following BNF:
179179

180-
```bnf
181-
gfm_task_list_item_check ::= '[' (0x09 | ' ' | 'X' | 'x') ']'
180+
```abnf
181+
gfmTaskListItemCheck ::= "[" (%x09 / " " / "X" / "x") "]"
182182
```
183183

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

0 commit comments

Comments
 (0)