aboutsummaryrefslogtreecommitdiff
path: root/_extensions
diff options
context:
space:
mode:
Diffstat (limited to '_extensions')
-rw-r--r--_extensions/ruc-play/semantic-markdown/semantic-markdown.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua
index 6e21889..8d66624 100644
--- a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua
+++ b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua
@@ -308,7 +308,6 @@ function Statements (block)
-- end of element, push collected string to stack
if string.len(stack_next) > 0 and pos >= el.text:len() then
table.insert(stack, pandoc.Str(stack_next))
- stack_next = ""
end
-- done parsing current Inline element