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 a3a75cc commit 74a2113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ For the complete actual CSS see
Strikethrough sequences form with the following BNF:

```bnf
gfm_attention_sequence ::= 1*'~'
gfmAttentionSequence ::= 1*"~"
```

Sequences are matched together to form strikethrough based on which character
Expand Down

0 comments on commit 74a2113

Please sign in to comment.