Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual example typo (minor issue) #34

Closed
rafamarrara opened this issue Aug 27, 2022 · 1 comment
Closed

Manual example typo (minor issue) #34

rafamarrara opened this issue Aug 27, 2022 · 1 comment

Comments

@rafamarrara
Copy link

rafamarrara commented Aug 27, 2022

On the Manual example on the Readme page, the command is missing a \ on --highlight-style breezedark line.

Current:

pandoc src/OSCP-exam-report-template_whoisflynn_v3.2.md \
-o output/OSCP-OS-XXXXX-Exam-Report.pdf \
--from markdown+yaml_metadata_block+raw_html \
--template eisvogel \
--table-of-contents \
--toc-depth 6 \
--number-sections \
--top-level-division=chapter \
--highlight-style breezedark
--resource-path=.:src

Fix:

pandoc src/OSCP-exam-report-template_whoisflynn_v3.2.md \
-o output/OSCP-OS-XXXXX-Exam-Report.pdf \
--from markdown+yaml_metadata_block+raw_html \
--template eisvogel \
--table-of-contents \
--toc-depth 6 \
--number-sections \
--top-level-division=chapter \
--highlight-style breezedark \
--resource-path=.:src
@noraj
Copy link
Owner

noraj commented Aug 29, 2022

Right, it's because --resource-path=.:src was added afterward in this PR #30.
Thanks, I'll fix that.

@noraj noraj closed this as completed in 8dc1a32 Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants