From 5fd79b897e6bd8c1253f01d82ee8b35becd95686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Fri, 28 Nov 2025 14:02:03 +0100 Subject: [PATCH] ci: Bump markdownlint --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a77743..611c5d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v6 - name: markdownlint-cli2-action - uses: DavidAnson/markdownlint-cli2-action@v20 + uses: DavidAnson/markdownlint-cli2-action@v21 # Executes Unit Tests ci-unit-tests: diff --git a/README.md b/README.md index 9e42baf..319cbc5 100644 --- a/README.md +++ b/README.md @@ -288,8 +288,8 @@ Block Quotes are converted to Confluence Info/Warn/Note box when the following c 1. The first line of the BlockQuote contains one of the following patterns `Info/Warn/Note` or [Github MD Alerts style](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) `[!NOTE]/[!TIP]/[!IMPORTANT]/[!WARNING]/[!CAUTION]` | Github Alerts | Confluence | -|---------------|------------| -| Tip (green lightbulb) | Tip (green checkmark in circle) | +| --- | --- | +| Tip (green lightbulb) | Tip (green checkmark in circle) | | Note (blue I in circle) | Info (blue I in circle) | | Important (purple exclamation mark in speech bubble) | Info (blue I in circle) | | Warning (yellow exclamation mark in triangle) | Note (yellow exclamation mark in triangle) |