From eac70e6c58e0a8ea7d62ee808b478630d5a1af7d Mon Sep 17 00:00:00 2001 From: Mesabloo <22964017+Mesabloo@users.noreply.github.com> Date: Fri, 22 Apr 2022 12:33:39 +0200 Subject: [PATCH] insert TODO list at end of README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d43dd6f..d344f14 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,13 @@ printDiagnostic stdout True True diagnostic' More examples are given in the [`test/rendering`](./test/rendering) folder. +## TODO list + +- Handle variable-width characters such as tabs or some unicode characters + + For tabs, we may just resort to having the user fix a given number of + spaces in the `printDiagnostic` function. + ## License This work is licensed under the BSD-3 clause license.