My bed time sed regex:

My bed time sed regex:

sed 's/\ \+/\ /g' | \       # remove double justify by collapsing spaces
sed 's/^\ /\ \ \ /g' | \    # increase indent back to 3 spaces

I didn’t like the double justification lynx -dump was producing.