From a57804d519246594a66e644b3bad0aae97557c30 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 24 Nov 2023 11:33:32 +0800 Subject: [PATCH] Update project README --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 2ec4d01..c037613 100644 --- a/README.adoc +++ b/README.adoc @@ -14,6 +14,8 @@ Who knows, parts of the set might develop into a more presentable and stable ext The extension is required to be used with Ruby 3.0 and above. (At least until I can test and confirm it works on the previous versions.) +For now, it explicitly supports CRuby and that's it. footnote:[Mainly due to Nokogiri but I'll look for other HTML processors.] + In order to use it, you have to install it first in your Ruby environment. It is available as a gem in RubyGems as `asciidoctor-foodogsquared-extensions` so you can add the following line in `Gemfile`.