I think this will pass githubs super-linter now <crawls out of rabbit hole>

pull/100/head
Alan Young 3 years ago
parent a834ee5f2f
commit 92415c4e9d

@ -0,0 +1 @@
../../.markdownlint.yml

@ -11,5 +11,13 @@
# any violations you want
# <!-- markdownlint-restore -->
# Unordered list style
MD004: false
MD007:
# Unordered list indentation
indent: 2
# We don't care about inline HTML
MD033: false

@ -115,7 +115,9 @@ forcefully stopped/killed), which will:
\(because `git` likes to operate locally)
* `git add <file>`[a] / `git add .`[b]
* `git commit -m "Scripted auto-commit on change (<date>)"`[a] / `git commit
<!-- markdownlint-disable -->
-a -m"Scripted auto-commit on change (<date>)"`[b]
<!-- markdownlint-enable -->
* if a remote is defined (with `-r`) do a push after the commit (a specific
branch can be selected with `-b`)

Loading…
Cancel
Save