Skip to content

Commit

Permalink
[readme] Fix adapter package compatibility table
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
randak authored and ljharb committed Jun 10, 2020
1 parent 6d1b57d commit f8a9ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ React:
| `enzyme-adapter-react-16` | `^16.4.0-0` |
| `enzyme-adapter-react-16.3` | `~16.3.0-0` |
| `enzyme-adapter-react-16.2` | `~16.2` |
| `enzyme-adapter-react-16.1` | `~16.0.0-0 \|\| ~16.1` |
| `enzyme-adapter-react-16.1` | <code>~16.0.0-0 &#124;&#124; ~16.1</code> |
| `enzyme-adapter-react-15` | `^15.5.0` |
| `enzyme-adapter-react-15.4` | `15.0.0-0 - 15.4.x` |
| `enzyme-adapter-react-14` | `^0.14.0` |
Expand Down

0 comments on commit f8a9ea0

Please sign in to comment.