summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-27 21:52:27 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-27 21:52:27 +0800
commitc1480c76418b612ab2279f000920cb5443a56bdf (patch)
tree4b824fb932ec60ee6db436bb65e9bdc45d9ac621
parent77810c625638636ed057e0a7779f62cbee9de90e (diff)
Add "link artifacts" to known defects
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c7256fe..eb5a17a 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,9 @@ To run it inside the command line, run `python -m utab`. It will start running a
- When you set title of a site too long, it will break into multiple lines and the cell will misalign (shift upward).
- The favicons are cached, or they are not. In the latter case, additional traffic cost may be induced.
- The CSS I wrote is the best exemplification of "it works on my machine".
+- There are small `<a>` artifacts below the svg icons in the bottom.
+
+![Two short purple lines each between two icons, each 4px wide](https://fkfd.me/static/utab-defect-link-artifact.png)
## Contributing