From 2b23c72a0073f593256f0bd963c0c5847d7a7a6d Mon Sep 17 00:00:00 2001 From: Fuzzwah Date: Thu, 29 Feb 2024 02:01:50 +0000 Subject: [PATCH] test --- lib/github/markups.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/github/markups.rb b/lib/github/markups.rb index 50bd05c3..f628c18b 100644 --- a/lib/github/markups.rb +++ b/lib/github/markups.rb @@ -49,11 +49,7 @@ end markup(::GitHub::Markups::MARKUP_RST, :rst, /re?st(\.txt)?/, ["reStructuredText"], "rst") do |filename, content, options: {}| - output = Paru::Pandoc.new do - from "rst" - to "html" - end << content - puts output + puts "hi" end command(::GitHub::Markups::MARKUP_POD6, :pod62html, /pod6/, ["Pod 6"], "pod6")