Skip to content

Commit 1c8ebef

Browse files
authored
add long lines workaround
1 parent 5ce557e commit 1c8ebef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FAQ.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Issue tracking:
8585
- this project: [#21](https://github.com/noraj/OSCP-Exam-Report-Template-Markdown/issues/21)
8686
- upstream: [#122](https://github.com/Wandmalfarbe/pandoc-latex-template/issues/122)
8787

88+
A workaround is to prepare the markdown file with with a script (ex: [awk script](https://github.com/noraj/OSCP-Exam-Report-Template-Markdown/discussions/66)) to hard wrap lines on code blocks yourself. It's like adding newlines manually but automatically.
89+
8890
## What is the list of supported languages for code blocs syntax highlight?
8991

9092
Pandoc supports [those languages](https://github.com/jgm/pandoc-highlight/blob/master/Text/Pandoc/Highlighting.hs#L93),

0 commit comments

Comments
 (0)