From c9abf3edbee904896c35347c9653484a28a92323 Mon Sep 17 00:00:00 2001 From: Matthias Winkelmann Date: Wed, 11 Jul 2018 00:35:36 +0200 Subject: [PATCH] Add troubleshooting Added another failure mode to `troubleshooting`. Responds to #5. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd9b465..a50d6fd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Here's a list of typical problems and corresponding solutions: * Editor replaces multiple dots with ellipsis – disable that auto-correction. * Spaces between dots are uneven – use [monospaced font](https://en.wikipedia.org/wiki/Monospaced_font) in the editor. * Editor has a left panel that melds with the text area – hide the panel. +* Inputting dots causes changes other than showing the new dot – disable these functions, or change the color of the added text to that of the background if possible. Feel free to contribute by creating additional test case images (check `/src/test/resources` directory for examples).