lib/rdoc/generator/markdown.rb in rdoc-markdown-0.3.6 vs lib/rdoc/generator/markdown.rb in rdoc-markdown-0.4
- old
+ new
@@ -172,9 +172,10 @@
end
##
# Converts HTML string into a Markdown string with some cleaning and improvements.
+ # FIXME: This could return string with newlines in the end, which is not good.
def markdownify(input)
# TODO: I should be able to set unknown_tags to "raise" for debugging purposes. Probably through rdoc parameters?
# Allowed parameters:
# - pass_through - (default) Include the unknown tag completely into the result
# - drop - Drop the unknown tag and its content