Created
April 22, 2025 10:03
-
-
Save jacobduijzer/ac16adf77f99c0c50469e90161d4f9e8 to your computer and use it in GitHub Desktop.
An example script for generating PDFs from an AsciiDoc file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asciidoctor-pdf --out-file=assessment.pdf \ | |
| --backend=pdf \ | |
| assessment.adoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment