diff --git a/lib/github/markups.rb b/lib/github/markups.rb index df7f4bea..20702af3 100644 --- a/lib/github/markups.rb +++ b/lib/github/markups.rb @@ -49,7 +49,7 @@ end markup(::GitHub::Markups::MARKUP_RST, :rst, /re?st(\.txt)?/, ["reStructuredText"]) do |filename, content, options: {}| - PandocRuby.new(content, from: 'rst').to_html + PandocRuby.new(content, from: :rst).to_html end command(::GitHub::Markups::MARKUP_POD6, :pod62html, /pod6/, ["Pod 6"], "pod6")