From 9c4fa38c4b301645439a6718ef42aa597a97de9b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Mar 2019 08:57:16 +0100 Subject: Placeholder boxes for slides in narrative --- libstorycode/storycode.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstorycode/storycode.y') diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y index f400bec..f549525 100644 --- a/libstorycode/storycode.y +++ b/libstorycode/storycode.y @@ -195,7 +195,7 @@ narrative: narrative_el: narrative_prestitle { narrative_add_prestitle(ctx->n, $1); } | narrative_bulletpoint { narrative_add_bp(ctx->n, $1); } -| slide { narrative_add_slide(ctx->n, $1); } +| slide { } | STRING { narrative_add_text(ctx->n, $1); } ; -- cgit v1.2.3