During my talk at FrOSCon I wasn’t sure how to install Asciidoctor on Windows. So I tried on a Windows 10 VM.
When you want to use Asciidoctor on a Windows desktop, you need to download the Rubyinstaller and install it.
Now you can open a administrative command window and install with gem install asciidoctor.
Let’s test with an easy document:
test.adoc
= Test Asciidoctor on Windows
:icons: font
== Admonition
NOTE: Will this work?
TIP: Convert with `asciidoctor test.adoc`
Update #
I had a typo in the conversion command, you can still see it in the screenshot. Sorry about that. You need to convert the source with asciidoctor test.adoc not .html!
To get the easy install into the documentation, I created a pull request at Github.