Oxford Comma
Add oxford commas to html.
var oxford = require('oxford-comma');
var html = '<p>Apples, oranges and pears.</p>';
var betterHtml = oxford(html);
-- > '<p>Apples, oranges, and pears.</p>'
``
Add oxford commas to html.
var oxford = require('oxford-comma');
var html = '<p>Apples, oranges and pears.</p>';
var betterHtml = oxford(html);
-- > '<p>Apples, oranges, and pears.</p>'
``
npm i oxford-comma
0
0.0.0
MPL-2.0