diff options
-rw-r--r-- | src/inlines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inlines.c b/src/inlines.c index e747dfd..2fe0caa 100644 --- a/src/inlines.c +++ b/src/inlines.c @@ -388,7 +388,7 @@ static node_inl* handle_strong_emph(subject* subj, unsigned char c, node_inl **l if (useDelims < numdelims) { subj->pos = subj->pos - numdelims + useDelims; - return handle_strong_emph(subj, c, last); + return NULL; } return NULL; // make_str(chunk_literal("")); |