Skip to content
  • Robin Vobruba's avatar
    Fixes tables rendering in gfm · 3138d33b
    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