From 74a2113cd897d8ac876f4a97e12d93f505a331ae Mon Sep 17 00:00:00 2001 From: Titus Date: Wed, 31 Jul 2024 13:33:46 +0200 Subject: [PATCH] Refactor to use abnf Signed-off-by: Titus --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e2c18d3..4d441bf 100644 --- a/readme.md +++ b/readme.md @@ -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