From 94481f755bb21cff5f6b7b74b17f9285cad73359 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Sat, 5 Sep 2020 18:12:06 +0100 Subject: [PATCH] Removed warning about processing binary files being broken --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0322d0b..7c3cfde 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ Formatted pages will be in the `output` folder, in the same directory that Templ Not very bug tested! (Aka. don't use for prod!) -Images break it (seems to be an issue with file reading with multiple consecutive `null` bytes? If anyone can send a PR that'd be great!) - Occasionally gets in to an infinite loop if start / end tags for things are done properly, without any sanity check. (^C to escape and check your source files). This shouldn't be too major of a bug but is just a sign of my awful code :( Sorry All. Still lacks many necessary features that some people would like to have.