-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Description
I've installed the MarkdownEditing package for Sublime Text (v4) and am trying to get the command MarkdownEditing: Run markdownlint to run. The error I'm getting suggests the command is not getting the filename.
I've installed markdownlint-cli with brew on macOS and linked mdl to markdownlint appropriately. Confirmed it is working as expected in the terminal.
For grins I've created a build system in Sublime that works:
{
"shell_cmd": "mdl $file"
}
Is there some obvious pilot error here?
Sublime Text Build: 4126
Markdown Editing: v3.1.1
markdownlint-cli: v0.30.0
macOS: 10.15.7
Metadata
Metadata
Assignees
Labels
No labels