Closed mdqst closed 3 hours ago
This pull request fixes a minor but potentially confusing typo in the "View in PDF" section of the documentation.
In the final command under "Convert to PDF," there was an unnecessary backtick (`) at the end of the command:
asciidoctor-pdf src/*.adoc`
The command has been corrected by removing the stray backtick:
asciidoctor-pdf src/*.adoc
asciidoctor-pdf
Please review and merge this fix to improve the documentation's accuracy.
This change is
Description:
This pull request fixes a minor but potentially confusing typo in the "View in PDF" section of the documentation.
Issue:
In the final command under "Convert to PDF," there was an unnecessary backtick (`) at the end of the command:
Fix:
The command has been corrected by removing the stray backtick:
Importance of Fix:
asciidoctor-pdf
.Testing:
Please review and merge this fix to improve the documentation's accuracy.