Skip to content

Commit 132964d

Browse files
committed
arrh ha
1 parent 1bc2ae2 commit 132964d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/markups.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
Asciidoctor.convert(content, :safe => :secure, :attributes => attributes)
4949
end
5050

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

0 commit comments

Comments
 (0)