I created a markdown linter that provides feedbacks about a given Rules.
- new-line : checks for new line ata end of file
- maximum-heading-length : checks for heading length
- maximum-line-length : checks for line length
- no-duplicate-image-url : checks for duplicates image urls
- no-duplicate-link-url : checks for duplicates link urls
- no-empty-link-url : checks for empty link urls
- no-empty-image-url : checks for empty image urls
- Ruby
- Rspec
- Colorize
- Rubocop
- Clone repo to your machine
- Cd to folder
- Put your marckdown file inside files folder with this name : file.md
- run the executable file, using the command ./bin/main.rb
👤 Author1
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.