Skip to content

Commit f8a9ea0

Browse files
randakljharb
authored andcommitted
[readme] Fix adapter package compatibility table
Gitbook does not seem to support escaping pipe characters inside of a backtick code block, instead breaking the table formatting. This can be resolved by using HTML escapes and the `<code>` tag.
1 parent 6d1b57d commit f8a9ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ React:
4343
| `enzyme-adapter-react-16` | `^16.4.0-0` |
4444
| `enzyme-adapter-react-16.3` | `~16.3.0-0` |
4545
| `enzyme-adapter-react-16.2` | `~16.2` |
46-
| `enzyme-adapter-react-16.1` | `~16.0.0-0 \|\| ~16.1` |
46+
| `enzyme-adapter-react-16.1` | <code>~16.0.0-0 &#124;&#124; ~16.1</code> |
4747
| `enzyme-adapter-react-15` | `^15.5.0` |
4848
| `enzyme-adapter-react-15.4` | `15.0.0-0 - 15.4.x` |
4949
| `enzyme-adapter-react-14` | `^0.14.0` |

0 commit comments

Comments
 (0)