Skip to content

Commit c319ca9

Browse files
authored
Customize markdownlint (#2310)
* Customize markdownlint * Remove ignore in file * Remove ignore in file
1 parent de40661 commit c319ca9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.markdownlint-cli2.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ config:
88
# ignore dollar signs
99
commands-show-output: false
1010
no-trailing-punctuation: false
11+
no-duplicate-heading:
12+
siblings_only: true
13+
# allow some tags we use for formatting
14+
no-inline-html:
15+
allowed_elements: [ "details", "summary" ]
1116

1217
# Include a custom rule package
1318
#customRules:

documentation/builders/installation.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Before you can install the Phoniebox software, you need to prepare your Raspberr
2929

3030
### Pre-boot preparation
3131

32-
<!-- markdownlint-disable MD033 -->
3332
<details>
3433

3534
<summary>In case you forgot to customize the OS settings, follow these instructions after RPi OS has been written to the SD card.</summary>
@@ -119,7 +118,6 @@ Up to Bullseye, the `config.txt` file is located at `/boot/`. Since Bookworm, th
119118
120119
Reboot before you proceed.
121120
</details>
122-
<!-- markdownlint-restore -->
123121
124122
## Install Phoniebox software
125123

documentation/developers/webapp.md

-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ sudo systemctl restart nginx.service
4343

4444
## Known Issues while building
4545

46-
<!-- markdownlint-disable MD024 -->
47-
4846
### JavaScript heap out of memory
4947

5048
While (re-) building the Web App, you get the following output:
@@ -151,4 +149,3 @@ Remove the mode packages and rerun again the script.
151149
``` {.bash emphasize-lines="8,9"}
152150
rm -rf node_modules
153151
```
154-
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)