Browse Source

Merge pull request #6327 from vcmi/dependabot/github_actions/DavidAnson/markdownlint-cli2-action-21

Bump DavidAnson/markdownlint-cli2-action from 20 to 21
Ivan Savenko 1 week ago
parent
commit
a0ade44ebf

+ 1 - 1
.github/workflows/github.yml

@@ -697,7 +697,7 @@ jobs:
             python3 CI/validate_json.py
 
         - name: Validate Markdown
-          uses: DavidAnson/markdownlint-cli2-action@v20
+          uses: DavidAnson/markdownlint-cli2-action@v21
           with:
             config: 'CI/example.markdownlint-cli2.jsonc'
             globs: '**/*.md'

+ 2 - 2
docs/modders/Campaign_Format.md

@@ -220,6 +220,6 @@ The scenarios should be named as in `"map"` field from header. Subfolders are al
 
 ## Compatibility table
 
-| Version | Min VCMI | Max VCMI | Description |
-|---------|----------|----------|-------------|
+| Version | Min VCMI | Max VCMI | Description     |
+|---------|----------|----------|-----------------|
 | 1       | 1.3      |          | Initial release |

+ 5 - 5
docs/modders/Guides/Creature_Help.md

@@ -91,7 +91,7 @@ There are no strong rules in the original game about the angle of the shadows on
 Let's consider that the object is a vertical cone:
 
 | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |
@@ -106,7 +106,7 @@ Let's consider that the object is a vertical cone:
 Locate the top and its projection to the ground:
 
 | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟥 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |
@@ -121,7 +121,7 @@ Locate the top and its projection to the ground:
 Then draw a rectangle triangle on the left:
 
 | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 💟 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 💟 | ‍⬛ | 🟦 | 🟦 |
@@ -136,7 +136,7 @@ Then draw a rectangle triangle on the left:
 The square top is the projection of the shadow of the top of the cone:
 
 | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |
@@ -151,7 +151,7 @@ The square top is the projection of the shadow of the top of the cone:
 Then you can draw the rest of the shadow:
 
 | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |
 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | 🟦 | ‍⬛ | 🟦 | 🟦 |