ci: Bump markdownlint

This commit is contained in:
Manuel Rüger 2025-11-28 14:02:03 +01:00
parent dd67c43fa6
commit 5fd79b897e
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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) |