Html::Proofer::Unrendered::Markdown
Adds extra html validation to html generated by Markdown documents.
In this version it only checks for unrendered Markdown links, looking for
anything that matches a ][
.
Installation
Add this line to your application's Gemfile:
gem 'html-proofer-unrendered-markdown'
And then execute:
bundle install
Or install it yourself as:
gem install html-proofer-unrendered-markdown
Add the following to your HTML-Proofer setup:
{
:check_unrendered_link => true,
:checks => ['UnrenderedLink']
}
Development
Run bundle exec rake
to run tests.
To release a new version, tag the commit and push.
Contributing
Bug reports and pull requests are welcome.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Html::Proofer::Unrendered::Markdown project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.