joemccann / dillinger

The last Markdown editor, ever.
https://dillinger.io
MIT License
7.95k stars 1.11k forks source link

change isBinaryFile function to regex #815

Closed geofflambeth closed 3 years ago

geofflambeth commented 3 years ago

Fixes #694

I propose that this function searches for non-printable characters in the source document instead of imposing a character limit on individual lines.