From 4ce2a56b2e76b631bae5f845e310e3f46dde4dbe Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 16 Apr 2026 16:42:53 +0200 Subject: feat(lexer): supports tag --- grammar.ebnf | 1 + 1 file changed, 1 insertion(+) (limited to 'grammar.ebnf') diff --git a/grammar.ebnf b/grammar.ebnf index 76c124c..d443a9d 100644 --- a/grammar.ebnf +++ b/grammar.ebnf @@ -25,3 +25,4 @@ code-inline = "`", content, "`"; math-inline = "$", content, "$"; link = "[", [ content ], "](", content, ")"; ref = "<", content, ">"; +tag = "#", ? [^\n ]+ ?; -- cgit v1.2.3