From 2094969aded614cbde8ba35b655fb9922a59f293 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 27 Feb 2022 08:41:18 -0700 Subject: [PATCH] markdownlint chokes on embedded images Disable MD034 bare url check to cope with embedded images. Signed-off-by: Joe Block --- .github/linters/.markdownlint.json | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .github/linters/.markdownlint.json diff --git a/.github/linters/.markdownlint.json b/.github/linters/.markdownlint.json new file mode 100644 index 0000000..e96180f --- /dev/null +++ b/.github/linters/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "no-bare-urls": false +} \ No newline at end of file diff --git a/README.md b/README.md index 2510a7a..fd10c17 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This plugin is compatible with [xbar](https://xbarapp.com/) and [SwiftBar](https - pull or remove images from the VM - Run an arbitrary command inside the VM with `lima` -### Screen shots +### Screenshots ![Screen shot of xbar menu with container submenu for a running vm](https://raw.githubusercontent.com/unixorn/unixorn.github.io/master/images/lima-xbar/containers-submenu.png)