-
Robin Vobruba authored
I applied this to all Markdown files, which removes BASH style line breaks: ```bash cat ${md} | tr '\n' '\f' | tr '\\\\' '\r' | sed -e 's|\r\f *| |g' | tr '\f' '\n' | tr '\r' '\\\\' > ${md}.fxd ```
3138d33b
I applied this to all Markdown files, which removes BASH style line breaks: ```bash cat ${md} | tr '\n' '\f' | tr '\\\\' '\r' | sed -e 's|\r\f *| |g' | tr '\f' '\n' | tr '\r' '\\\\' > ${md}.fxd ```