scribe-plugin-formatter-html-ensure-semantic-elements
v1.0.1
Published
A Scribe plugin that ensures markup is semantic by converting ```B``` and ```I``` to ```STRONG``` and ```EM``` respectively.
Downloads
175
Keywords
Readme
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