mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
Merge pull request #317 from lord63-forks/remove-md038-warning
Remove markown md038 warning, close #314
This commit is contained in:
commit
e38ecffde8
2 changed files with 1 additions and 2 deletions
|
@ -12,4 +12,4 @@
|
|||
|
||||
- Sort passwd file by the 3rd field
|
||||
|
||||
`sort -t: -k 3n /etc/passwd `
|
||||
`sort -t: -k 3n /etc/passwd`
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
all
|
||||
|
||||
exclude_rule 'MD013' # Lengthy lines (80+ chars)
|
||||
exclude_rule 'MD038' # Spaces inside code backticks
|
||||
|
|
Loading…
Add table
Reference in a new issue