How to convert asciidoc to pdf?
Prerequisites: all that’s needed is Ruby (1.9.3 or above)
Install a native PDF converter for AsciiDoc - Asciidoctor PDF:
gem install asciidoctor-pdf --pre
Run:
asciidoctor-pdf mybook.adoc
You should get the file mybook.pdf in the same directory.
If you're using VS Code, Ctrl + SHFT + P
and type AsciiDoc: Export document as pdf