Skip to content

Commit

Permalink
Merge pull request #69 from RedAtman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RedAtman authored Aug 6, 2024
2 parents 8030ec2 + 9090184 commit d2313f0
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,17 @@ If your note begins with "#", it will automatically be marked as Markdown format
### Automatically formatting

> Default auto enable Markdown auto formatting. You can disable it in the settings file: `markdown: {"formatting": false}`
> Before using this plug-in, you must ensure that [markdownlint][CLI] is installed on your system. To install `markdownlint`, do the following:
> If you use HomeBrew: `brew install markdownlint-cli`
> Other method:
1. Install [Node.js](http://nodejs.org).
2. Install `markdownlint` by typing the following in a terminal: `npm install -g markdownlint-cli`
3. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in
`.zshenv` and not `.zshrc`.
4. If you are using `zsh` and `oh-my-zsh`, do not load the `nvm` plug-in for
`oh-my-zsh`.
Before using this plug-in, you must ensure that [markdownlint][CLI] is installed on your system. To install `markdownlint`, do the following:

* If you use HomeBrew: `brew install markdownlint-cli`.
* Other method:
1. Install [Node.js](http://nodejs.org).
2. Install `markdownlint` by typing the following in a terminal: `npm install -g markdownlint-cli`
3. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in
`.zshenv` and not `.zshrc`.
4. If you are using `zsh` and `oh-my-zsh`, do not load the `nvm` plug-in for
`oh-my-zsh`.

**Markdownlint Configuration Files**

Expand Down

0 comments on commit d2313f0

Please sign in to comment.