minor api updates

This commit is contained in:
Corey Donohoe
2012-04-10 15:21:34 -07:00
parent 73cd25b05f
commit bf8246c705
+1 -1
View File
@@ -481,7 +481,7 @@ module Gollum
doc = sanitize.clean_node!(doc) if sanitize
yield doc if block_given?
data = doc_to_html(doc)
data = doc.to_html
data = process_tex(data)
data
end