We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a442498 commit 7fc188fCopy full SHA for 7fc188f
lib/github/markups.rb
@@ -49,7 +49,7 @@
49
end
50
51
markup(::GitHub::Markups::MARKUP_RST, :rst, /re?st(\.txt)?/, ["reStructuredText"]) do |filename, content, options: {}|
52
- PandocRuby.new(content, from: 'rst').to_html
+ PandocRuby.new(content, from: :rst).to_html
53
54
55
command(::GitHub::Markups::MARKUP_POD6, :pod62html, /pod6/, ["Pod 6"], "pod6")
0 commit comments