You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ensure markdown export is using only LF as end of line
Web browsers send multiline textarea value with CRLF as end of line.
As the markdown export uses the raw value from database, we need to
replace the CRLF by LF end of lines. Otherwise the file will have both
type of end of lines.
See suivi request: https://linuxfr.org/suivi/export-markdown
0 commit comments