metalsmith-prism 4.2.4 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -96,6 +96,7 @@ module.exports = ( options ) => {
96
96
 
97
97
  code.each( function() {
98
98
  const $this = $( this );
99
+
99
100
  const className = $this.attr( 'class' ) || '';
100
101
  const targets = className.split( 'language-' );
101
102
  let addLineNmbers = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metalsmith-prism",
3
- "version": "4.2.4",
3
+ "version": "4.3.0",
4
4
  "description": "Syntax highlighting for Metalsmith HTML templates using Prism.js",
5
5
  "main": "lib/index.js",
6
6
  "engines": {