Skip to content

Commit

Permalink
update: fix README.md, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TOsmanov committed Dec 4, 2024
1 parent 36e2b3b commit 3c0e731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ These arguments will be make automatically using the `path` and `git-repo-name`

The configuration file will list all the files specified in the `chapters` and `includes_map` sections for use as "globs".

To use the `lint all markdown files` function with the markdownlint extension for VS Code, a file will be added to the project folder `.vscode/settings.json`.
To use the `lint all markdown files` function with [the markdownlint extension for VS Code](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint), a file will be added to the project folder `.vscode/settings.json`.
Checking of all files will be disabled in this file, but the list of files that need to be checked will remain in the `cjs` file.
So you can use the `lint all markdown files` function in vs code, but it will check only those files that will be contained in chapters, and in includes_map.json
So you can use the `lint all markdown files` function in VS Code, but it will check only those files that will be contained in chapters, and in includes_map.json

### Examples

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foliant-md-linter",
"version": "0.1.13",
"version": "0.1.14",
"description": "CLI tool for linting Foliant markdown sources",
"license": "MIT",
"homepage": "https://github.com/holamgadol/foliant-md-linter",
Expand Down

0 comments on commit 3c0e731

Please sign in to comment.