Skip to content

Commit

Permalink
arrh ha
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzwah committed Feb 29, 2024
1 parent 1bc2ae2 commit 132964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/markups.rb
Expand Up @@ -48,7 +48,7 @@
Asciidoctor.convert(content, :safe => :secure, :attributes => attributes)
end

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: {}|
PandocRuby.new(content, from: "rst").to_html
end

Expand Down

0 comments on commit 132964d

Please sign in to comment.