1.0.8 • Published 5 years ago

markup-warnings v1.0.8

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

markup-warnings

Helper to highlight inaccessible markup.

Usage

Add this Bookmarklet to your browser:

  • Name: Markup warnings
  • URL: javascript:(function(d,id,el){if(el=d.getElementById(id)){d.head.removeChild(el)}else{el=d.createElement('link');el.rel='stylesheet';el.id=id;el.href='https://unpkg.com/markup-warnings';el.setAttribute('data-project-homepage','https://github.com/georgeadamson/markup-warnings');d.head.appendChild(el)}})(document,'_markup-warnings_')

Tip: Sometimes Chrome will strip off the "javascript:" prefix when you paste the URL, make sure it's still there.

To develop this project

Requirements

Node.js v4.x.x - v6.9.x .

$ git clone https://github.com/georgeadamson/markup-warnings.git
$ cd markup-warnings
$ npm install
$ gulp
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago