Possible new github_document variant
Brought to you by:
brudis
Originally created by: davidski
Surprisingly, pandoc's line endings vary based upon the OS it's running under (https://github.com/jgm/pandoc/issues/2097). This causes me some grief as I try to keep my docs using UNIX. This could be addressed by wrapping the existing github_document template with a post_processor that calls dos2unix (or some more universal solution for Windows OS).
Would you like a PR to add such a template or does that make sense in a different repo? I know your feelings on Windows. 😃
Originally posted by: hrbrmstr
Your contributions are always welcome! :-)
here wld be gd as I am thinking of putting this on CRAN vs merging into another templates repo as I had originally intended.