Closed cmoulliard closed 8 years ago
As a workaround you can save the document as HTML and export the HTML page to PDF from Chrome.
Do you want to be able to convert an AsciiDoc document to PDF using the native PDF converter or just an easier/quicker way to export an HTML page to PDF from Atom ?
You can activate the package experimental feature:
I can export the document. I must figure out now a bash issue with Atom
ENOENT: Error NO ENTry
To defined the shell to use, we use environment variable SHELL
or if this variable doesn't exist we explicitly call bash
.
Can you try to manually call /bin/bash -l -i
?
I can execute the command /bin/bash -l -i
within a terminal of MacOS
I reproduce on Linux, I'm trying to solve the problem.
It's a regression caused by core changes in Atom 1.9.
Description
The html document generated from asciidoctor can't be exported as pdf. I don't see the option export as pdf
asciidoc-preview
version: 2.5.2language-asciidoc
version: 1.5.1Screenshots