summaryrefslogtreecommitdiff
path: root/script/provider/markdown.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/provider/markdown.lua')
-rw-r--r--script/provider/markdown.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/script/provider/markdown.lua b/script/provider/markdown.lua
index 3a215f0f..213c417d 100644
--- a/script/provider/markdown.lua
+++ b/script/provider/markdown.lua
@@ -23,9 +23,6 @@ function mt:add(language, text)
}
else
text = tostring(text)
- if #text == 0 then
- return
- end
self[#self+1] = {
type = 'text',
language = language,