Skip to content

Commit

Permalink
Bypass markdownlint due to styling of headers
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Beckham <[email protected]>
  • Loading branch information
travisbeckham committed Apr 26, 2024
1 parent d973097 commit 191d591
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions linkerd.io/content/2.15/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,12 @@ $ curl "https://versioncheck.linkerd.io/version.json?version=edge-19.1.2&uuid=te
Example failures:
<!-- markdownlint-disable MD036 -->
**unsupported version channel**
<!-- markdownlint-enable MD036 -->
```bash
‼ cli is up-to-date
unsupported version channel: stable-2.14.10
Expand All @@ -884,8 +888,12 @@ for details.
See [the full list of Linkerd releases](/releases/) for ways to get Linkerd.
<!-- markdownlint-disable MD036 -->
**is running version X but the latest version is Y**
<!-- markdownlint-enable MD036 -->
```bash
‼ cli is up-to-date
is running version 19.1.1 but the latest edge version is 19.1.2
Expand All @@ -900,8 +908,12 @@ There is a newer version of the `linkerd` cli. See the page on
Example failures:
<!-- markdownlint-disable MD036 -->
**unsupported version channel**
<!-- markdownlint-enable MD036 -->
```bash
‼ control plane is up-to-date
unsupported version channel: stable-2.14.10
Expand All @@ -914,8 +926,12 @@ for details.
See [the full list of Linkerd releases](/releases/) for ways to get Linkerd.
<!-- markdownlint-disable MD036 -->
**is running version X but the latest version is Y**
<!-- markdownlint-enable MD036 -->
```bash
‼ control plane is up-to-date
is running version 19.1.1 but the latest edge version is 19.1.2
Expand Down

0 comments on commit 191d591

Please sign in to comment.