sed multiline pygmentize
- by dasickis
I would like to take the html piece and pass it to pygmentize to colorize it accordingly. I'm wondering how I could use sed or some other cli tool to get that accomplished.
I tried a bunch of sed one-liners and tried to use the following SO questions:
Sed multiline replacement question
Using or in multiline sed replacement
sed or awk multiline…