aboutsummaryrefslogtreecommitdiff
path: root/grammar.ebnf
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ebnf')
-rw-r--r--grammar.ebnf1
1 files changed, 1 insertions, 0 deletions
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 ]+ ?;