No release in over a year
Adds extra validation to rendered markdown
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0
>= 0.2
~> 13.0.1
~> 3.5, >= 3.5.0
>= 1.0.0
>= 0.6.0

Runtime

>= 4.0.0
 Project Readme

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.