Skip to content

Commit

Permalink
Customize markdownlint (#2310)
Browse files Browse the repository at this point in the history
* Customize markdownlint

* Remove ignore in file

* Remove ignore in file
  • Loading branch information
s-martin authored Mar 27, 2024
1 parent de40661 commit c319ca9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ config:
# ignore dollar signs
commands-show-output: false
no-trailing-punctuation: false
no-duplicate-heading:
siblings_only: true
# allow some tags we use for formatting
no-inline-html:
allowed_elements: [ "details", "summary" ]

# Include a custom rule package
#customRules:
Expand Down
2 changes: 0 additions & 2 deletions documentation/builders/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Before you can install the Phoniebox software, you need to prepare your Raspberr

### Pre-boot preparation

<!-- markdownlint-disable MD033 -->
<details>

<summary>In case you forgot to customize the OS settings, follow these instructions after RPi OS has been written to the SD card.</summary>
Expand Down Expand Up @@ -119,7 +118,6 @@ Up to Bullseye, the `config.txt` file is located at `/boot/`. Since Bookworm, th
Reboot before you proceed.
</details>
<!-- markdownlint-restore -->
## Install Phoniebox software
Expand Down
3 changes: 0 additions & 3 deletions documentation/developers/webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ sudo systemctl restart nginx.service

## Known Issues while building

<!-- markdownlint-disable MD024 -->

### JavaScript heap out of memory

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

0 comments on commit c319ca9

Please sign in to comment.