The purpose of the remark vscode plugin
is integration remark with vscode environment.
- ➡ remark - linting and formatting markdown files.
-
Install vs code
remark
plugin by using Quick Open (Ctrl
+P
) and running the following command:ext install unifiedjs.vscode-remark
- Automatic linting and formatting file with
remark
on save.