diff --git a/README.md b/README.md
index df067299..1342c7a5 100644
--- a/README.md
+++ b/README.md
@@ -861,12 +861,45 @@ match uppercase letters in the completion strings (the lowercase letters still
match both). On top of that, a letter with no diacritic marks will match that
letter with or without marks:
-| matches | foo | føo | fOo | fØo |
-|---------|-----|-----|-----|-----|
-| **foo** | ✔️ | ✔️ | ✔️ | ✔️ |
-| **føo** | ❌ | ✔️ | ❌ | ✔️ |
-| **fOo** | ❌ | ❌ | ✔️ | ✔️ |
-| **fØo** | ❌ | ❌ | ❌ | ✔️ |
+
+
+
+ matches |
+ foo |
+ føo |
+ fOo |
+ fØo |
+
+
+ foo |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+
+
+ føo |
+ ❌ |
+ ✔️ |
+ ❌ |
+ ✔️ |
+
+
+ fOo |
+ ❌ |
+ ❌ |
+ ✔️ |
+ ✔️ |
+
+
+ fØo |
+ ❌ |
+ ❌ |
+ ❌ |
+ ✔️ |
+
+
+
Use the TAB key to accept a completion and continue pressing TAB to cycle
through the completions. Use Shift-TAB to cycle backwards. Note that if you're
diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt
index 49737205..1b0d07ab 100644
--- a/doc/youcompleteme.txt
+++ b/doc/youcompleteme.txt
@@ -1117,9 +1117,18 @@ uppercase letters in the completion strings (the lowercase letters still match
both). On top of that, a letter with no diacritic marks will match that letter
with or without marks:
-| matches | foo | føo | fOo | fØo | |---------|-----|-----|-----|-----| |
-**foo** | ✔️ | ✔️ | ✔️ | ✔️ | | **føo** | ❌ | ✔️ | ❌ | ✔️ | | **fOo** | ❌ | ❌ |
-✔️ | ✔️ | | **fØo** | ❌ | ❌ | ❌ | ✔️ |
+---------------------------------------------
+| _matches_ | _foo_ | _føo_ | _fOo_ | _fØo_ |
+---------------------------------------------
+| _foo_ | ✔️ | ✔️ | ✔️ | ✔️ |
+---------------------------------------------
+| _føo_ | ❌ | ✔️ | ❌ | ✔️ |
+---------------------------------------------
+| _fOo_ | ❌ | ❌ | ✔️ | ✔️ |
+---------------------------------------------
+| _fØo_ | ❌ | ❌ | ❌ | ✔️ |
+---------------------------------------------
+
Use the TAB key to accept a completion and continue pressing TAB to cycle
through the completions. Use Shift-TAB to cycle backwards. Note that if you're