diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-10-22 03:06:13 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-10-22 03:06:13 -0200 |
commit | 908fc8266ef81f80964be710dd5a15dbdb86500f (patch) | |
tree | b6480734adce1c3bcf81cff2db2ea9a9555df651 /man/blogc-source.7.ronn | |
parent | b13317aec5e1ef315e7f96387284b0522bcbb0a4 (diff) | |
download | blogc-908fc8266ef81f80964be710dd5a15dbdb86500f.tar.gz blogc-908fc8266ef81f80964be710dd5a15dbdb86500f.tar.bz2 blogc-908fc8266ef81f80964be710dd5a15dbdb86500f.zip |
content-parser: handle \r\n line endings properly
Diffstat (limited to 'man/blogc-source.7.ronn')
-rw-r--r-- | man/blogc-source.7.ronn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 83baf8c..8f43413 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -225,10 +225,6 @@ The source content is handled by handwritten parsers, that even being well tested, may be subject of parsing bugs. Please report any issues to: <https://github.com/blogc/blogc> -At least one bug is known at this point: ``\r\n`` character sequences are -handled like 2 line breaks. The parsers won't work properly with files edited -on Windows editors like Notepad. - ## AUTHOR Rafael G. Martins <<rafael@rafaelmartins.eng.br>> |