Awk script to fix long lines within codeblocks #66
Anon-Exploiter
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
I added a mention of your script in the FAQ: 1c8ebef |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
There are multiple closed issues for this within the repo: #21 & #23.
Running the following
awk
command before on the markdown and creating a sample out of it and then converting that to PDF should fix this. I'm breaking the lines at 90 characters.Ran it on my notes from one of the challenge labs. You can also write ruby code for this but I wanted a solution which worked without having to do this manually atm.
Before:
After:
Beta Was this translation helpful? Give feedback.
All reactions