summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inlines.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inlines.c b/src/inlines.c
index 937c33f..a3d848d 100644
--- a/src/inlines.c
+++ b/src/inlines.c
@@ -858,6 +858,7 @@ static int parse_inline(subject* subj, node_inl ** last)
case '!':
advance(subj);
if (peek_char(subj) == '[') {
+ advance(subj);
new = make_str(chunk_literal("!["));
subj->openers = push_opener(subj, 1, '!', new);
} else {