We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://github.com/azerupi/mdBook/pull/237#issuecomment-294225041:
Ahh, line endings are the issue here.... I made this PR on Windows, so windows stuff succeeds, but linux stuff fails. Hrm.
..... I am not sure how to fix this, given that if I change it the other way, it will fail on Windows. Hrm.
Ideas:
lines()
diff
--strip-trailing-cr
and this should probably also be an option, not the default?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From https://github.com/azerupi/mdBook/pull/237#issuecomment-294225041:
Ideas:
lines()
on the files and compare over the lines?diff
and use--strip-trailing-cr
(idk the windows equivalent though)and this should probably also be an option, not the default?
The text was updated successfully, but these errors were encountered: