Skip to content
New issue

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

Normalize line endings in MD source before parsing #1906

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

mortenpi
Copy link
Member

Line endings in Markdown source files are now normalized to LF before parsing, to work around a bug in the Julia Markdown parser where parsing is sensitive to line endings, and can therefore cause platform-dependent behavior.

I wonder if this might cause problems with doctest fixing though..

@mortenpi
Copy link
Member Author

@fredrikekre Do you happen to have any thoughts on this, especially regarding the doctest fixing?

@mortenpi mortenpi merged commit 60125b9 into master Aug 23, 2022
@mortenpi mortenpi deleted the mp/lineendings branch August 23, 2022 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant