Skip to content

Commit eb6b83d

Browse files
authored
Fix table formatting in the "Version ranges" doc (#1462)
Currently this document renders fine on GitHub, but the table is broken in mkdocs website. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
1 parent 0c2bfa1 commit eb6b83d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/concepts/version-ranges.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ If you use a wildcard character with the `=` operator, you define a patch level
4141
This is equivalent to making a tilde range comparison.
4242

4343
*Example comparisons with wildcard characters*
44+
4445
| Comparison | Equivalent |
4546
|------------|---------------------|
4647
| `1.2.x` | `>= 1.2.0, < 1.3.0` |
@@ -55,6 +56,7 @@ You can use the tilde (`~`) operator to make patch release comparisons.
5556
This is useful when you want to specify a minor version up to the next major version.
5657

5758
*Example patch release comparisons*
59+
5860
| Comparison | Equivalent |
5961
|------------|---------------------|
6062
| `~1.2.3` | `>= 1.2.3, < 1.3.0` |

0 commit comments

Comments
 (0)