docs: fix markdown lint (#1815)

* docs: add MD025 and MD059 to disabled linting rules

* chore: fix markdown for bug report template

* docs: ignore linting for a very specific, tricky doc link
This commit is contained in:
Alessio Biancalana
2025-08-19 19:23:28 +02:00
committed by GitHub
parent 56d950bd7d
commit 1a513a914d
3 changed files with 9 additions and 5 deletions
+6 -5
View File
@@ -27,11 +27,12 @@ Run the commands with `--verbose` and post the log here as a file upload
Attach also the output of `podman logs` or `docker logs`, possibly with `--latest` flag
**Desktop (please complete the following information):**
- Are you using podman, docker or lilipod?
- Which version or podman, docker or lilipod?
- Which version of distrobox?
- Which host distribution?
- How did you install distrobox?
- Are you using podman, docker or lilipod?
- Which version or podman, docker or lilipod?
- Which version of distrobox?
- Which host distribution?
- How did you install distrobox?
**Additional context**
Add any other context about the problem here.
+2
View File
@@ -5,6 +5,8 @@ MD013:
tables: false
headings: false
headers: false
MD025: false
MD033: false
MD041: false
MD045: false
MD059: false
+1
View File
@@ -9,6 +9,7 @@
- [Duplicate an existing distrobox](#duplicate-an-existing-distrobox)
- [Export to the host](#export-to-the-host)
- [Execute commands on the host](#execute-commands-on-the-host)
<!-- markdownlint-disable-next-line MD051 -->
- [Resolve "Error cannot open display: :0"](#resolve-error-cannot-open-display-0)
- [Using init system inside a distrobox](#using-init-system-inside-a-distrobox)
- [Using Docker inside a Distrobox](#using-docker-inside-a-distrobox)