Skip to content

Commit 2094969

Browse files
committed
markdownlint chokes on embedded images
Disable MD034 bare url check to cope with embedded images. Signed-off-by: Joe Block <[email protected]>
1 parent 558f8b4 commit 2094969

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/linters/.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"no-bare-urls": false
3+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This plugin is compatible with [xbar](https://xbarapp.com/) and [SwiftBar](https
2929
- pull or remove images from the VM
3030
- Run an arbitrary command inside the VM with `lima`
3131

32-
### Screen shots
32+
### Screenshots
3333

3434
![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)
3535

0 commit comments

Comments
 (0)