markup-warnings

1.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i markup-warnings

Weekly Downloads

2

Version

1.0.8

License

ISC

Unpacked Size

35.7 kB

Total Files

16

Last publish

Collaborators

  • georgeadamson