Splitting document into sections (guide) #61
scmanjarrez
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I recently discovered this repository and was amazed by the quality of the report. I wanted to thank you for all the hard work that went into creating it!
After creating some mock-up reports for OSCP A/B/C, I found myself overwhelmed by how large the final report could get. This led me to look for a way to split the document into multiple sections, similar to a LaTeX document.
While researching, I discovered this Lua filter, which allowed me to do just that. I tested the filter alongside your template, and it worked perfectly! So, I wanted to share this quick guide with anyone interested in organizing their report across multiple documents.
Here’s how to get started:
--lua-filter=include-files.lua
to the Pandoc command line, like so:To include a section in the report, simply add this snippet in the desired location:
Beta Was this translation helpful? Give feedback.
All reactions