summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.rb b/pandoc.rb
index 946f9f8..a653978 100644
--- a/pandoc.rb
+++ b/pandoc.rb
@@ -57,6 +57,8 @@ module Pandoc
js["c"].map{|c| js2sane(c)}.join()
when "Space"
" "
+ when "MetaString"
+ js["c"]
when "Str"
js["c"]
end