Skip to content

Commit 7fc188f

Browse files
committed
rst fix
1 parent a442498 commit 7fc188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/markups.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
end
5050

5151
markup(::GitHub::Markups::MARKUP_RST, :rst, /re?st(\.txt)?/, ["reStructuredText"]) do |filename, content, options: {}|
52-
PandocRuby.new(content, from: 'rst').to_html
52+
PandocRuby.new(content, from: :rst).to_html
5353
end
5454

5555
command(::GitHub::Markups::MARKUP_POD6, :pod62html, /pod6/, ["Pod 6"], "pod6")

0 commit comments

Comments
 (0)