Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 523 Bytes

File metadata and controls

executable file
·
27 lines (20 loc) · 523 Bytes

scribe-plugin-formatter-html-ensure-semantic-elements

A Scribe plugin that ensures markup is semantic by converting B and I to STRONG and EM respectively.

Installing

bower install scribe-plugin-formatter-html-ensure-semantic-elements

Testing

Install Karma, some plugins and dependencies

npm install

Start Karma

node_modules/karma/bin/karma start --single-run

Install Karma-cli globally for convenience

npm install -g karma-cli
karma start --single-run