We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc2ae2 commit 132964dCopy full SHA for 132964d
lib/github/markups.rb
@@ -48,7 +48,7 @@
48
Asciidoctor.convert(content, :safe => :secure, :attributes => attributes)
49
end
50
51
-markup(::GitHub::Markups::MARKUP_RST, :pandoc-ruby, /re?st(\.txt)?/, ["reStructuredText"]) do |filename, content, options: {}|
+markup(::GitHub::Markups::MARKUP_RST, "pandoc-ruby", /re?st(\.txt)?/, ["reStructuredText"]) do |filename, content, options: {}|
52
PandocRuby.new(content, from: "rst").to_html
53
54
0 commit comments