In rst, I can easily include a raw html file using the raw
directive as follows:
.. raw:: html
:file: some_file.html
Is there a simple way to do this with asciidoctor? I understand that if I wrap the contents of some_file.html
with ++++
that I can then use include::
in asciidoc, but I would like to avoid manually editing some_file.html
.