mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-17 16:34:42 -05:00
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:
@@ -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.
|
||||
|
||||
@@ -5,6 +5,8 @@ MD013:
|
||||
tables: false
|
||||
headings: false
|
||||
headers: false
|
||||
MD025: false
|
||||
MD033: false
|
||||
MD041: false
|
||||
MD045: false
|
||||
MD059: false
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user