Skip to content

Commit

Permalink
Support remote includes for PDF export
Browse files Browse the repository at this point in the history
part of asciidoctor#731

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Jun 30, 2023
1 parent 6a03eeb commit bec66a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/exportAsPDF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ ${text}`
`"${baseDirectory.replace('"', '\\"')}"`, // base directory
'-o',
`"${pdfOutputPath.replace('"', '\\"')}"`, // output file
'-a',
'allow-uri-read',
]
const args = defaultArgs.concat(asciidoctorPdfCommandArgs)
.concat(['-']) // read from stdin
Expand Down

0 comments on commit bec66a7

Please sign in to comment.