Skip to content

Commit

Permalink
markdownlint chokes on embedded images
Browse files Browse the repository at this point in the history
Disable MD034 bare url check to cope with embedded images.

Signed-off-by: Joe Block <jpb@unixorn.net>
  • Loading branch information
unixorn committed Feb 27, 2022
1 parent 558f8b4 commit 2094969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/linters/.markdownlint.json
@@ -0,0 +1,3 @@
{
"no-bare-urls": false
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)

Expand Down

0 comments on commit 2094969

Please sign in to comment.