lib/markdown/config.rb in markdown-1.1.1 vs lib/markdown/config.rb in markdown-1.2.0

- old
+ new

@@ -1,5 +1,7 @@ +# encoding: utf-8 + module Markdown class Config # note: only kramdown is listed as a dependency in gem specs (because it's Ruby only and, thus, easy to install) @@ -195,6 +197,6 @@ method = @props.fetch_from_section( lib, 'converter', "#{lib.downcase}_to_html" ) # default to <lib>_to_html if converter prop not found method.tr('-','_').to_sym end end # class Config -end # module Markdown \ No newline at end of file +end # module Markdown