mirror of
https://github.com/kovetskiy/mark.git
synced 2025-12-15 05:37:36 +08:00
ci: Bump markdownlint
This commit is contained in:
parent
dd67c43fa6
commit
5fd79b897e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: markdownlint-cli2-action
|
- name: markdownlint-cli2-action
|
||||||
uses: DavidAnson/markdownlint-cli2-action@v20
|
uses: DavidAnson/markdownlint-cli2-action@v21
|
||||||
|
|
||||||
# Executes Unit Tests
|
# Executes Unit Tests
|
||||||
ci-unit-tests:
|
ci-unit-tests:
|
||||||
|
|||||||
@ -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]`
|
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 |
|
| 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) |
|
| Note (blue I in circle) | Info (blue I in circle) |
|
||||||
| Important (purple exclamation mark in speech bubble) | 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) |
|
| Warning (yellow exclamation mark in triangle) | Note (yellow exclamation mark in triangle) |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user