Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 608 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 608 Bytes

linter-markdown-external#51 MWE

AtomLinter/linter-markdown#51

Steps to reproduce:

  1. Make sure atom has markdown-linter package: apm install markdown-linter

  2. Run the following:

git clone git@github.com:kachkaev/linter-markdown-51.git
cd linter-markdown-51
npm install
  1. Add the project to Atom

  2. Open README.md and see an error on line 4 (no-literal-urls)

  3. Replace "external (not working)" with "external" in .remarkrc

  4. Return to README.md and edit something

  5. PROFIT!