aboutsummaryrefslogtreecommitdiff
path: root/grammar.ebnf
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ebnf')
-rw-r--r--grammar.ebnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar.ebnf b/grammar.ebnf
index d0259a1..664f68b 100644
--- a/grammar.ebnf
+++ b/grammar.ebnf
@@ -6,7 +6,7 @@ strong-delimiter = "\n\n", { "\n" };
(* blocks *)
block = title | paragraph | quote | callout | code-block | math-block | image | footnotes;
-title = ? #{1,6} ?, content;
+title = ? #{1,6} ?, " ", content;
paragraph = content, { weak-delimiter, content };
quote = ">", content, { weak-delimiter, ">", content }, [ paragraph ];
callout = ":::", [ ? [a-z]+ ? ], { delimiter, content }, weak-delimiter, ":::";