Skip to content

Commit 12ca64f

Browse files
committed
fix cfm syntax
1 parent c685757 commit 12ca64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfm/src/main.pegjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Heading = h:"#"+ space t:InlineElements (newline / EOF)
6161
}
6262
}
6363

64-
Marquee = startMarquee b:(!stopMarquee HeadElement)+ stopMarquee (newline / EOF)
64+
Marquee = startMarquee body:(!stopMarquee HeadElement)+ stopMarquee (newline / EOF)
6565
{
6666
return {
6767
type: "Marquee",

0 commit comments

Comments
 (0)