From 424c5a281282451b224da0ba26e35fb03bf2ecf5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 23 Apr 2024 17:48:14 +0200 Subject: remove hello world plugin test --- docs/plugin/helloworld.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/plugin/helloworld.rb (limited to 'docs/plugin') diff --git a/docs/plugin/helloworld.rb b/docs/plugin/helloworld.rb deleted file mode 100644 index 7bfc226..0000000 --- a/docs/plugin/helloworld.rb +++ /dev/null @@ -1,13 +0,0 @@ -class HelloWorldMacro < Asciidoctor::Extensions::BlockMacroProcessor - use_dsl - named :helloworld - - def process parent, target, attrs - return - end -end - -Asciidoctor::Extensions.register do - block_macro HelloWorldMacro -end - -- cgit v1.2.3