The documentation for Asciidoctor::Document#new alludes to options i.e.
options
A Hash of options to control processing, such as setting the safe mode (:safe),suppressing the header/footer (:header_footer) and attribute overrides (:attributes)(default: {})"
But I can't find a list of what the options are.
How do I achieve this CLI through the Ruby API, please:
asciidoctor -T ../../system/backend/my_html -a stylesheet=../../system/themes/html_mac/css/html_mac.css -a linkcss -a toc -a numbered -a imagesdir=figures/ *.asc
Thanks all.