amps-in-the-trunk
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -108,2 +108,3 @@ var cheerio = require('cheerio'), | ||
var $element = $(element); | ||
$element.addClass('hljs'); | ||
var elementText = $element.html(); | ||
@@ -110,0 +111,0 @@ var highlightedText = highlight.highlightAuto(elementText) |
{ | ||
"name": "amps-in-the-trunk", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Turns HTML in Google AMP HTML. Includes express middleware.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -69,3 +69,3 @@ // Tests. Mocha TDD/assert style. See | ||
<pre> | ||
<code> | ||
<code class="hljs"> | ||
console.log(<span class="hljs-variable">&apos</span>;Yolo swag<span class="hljs-variable">&apos</span>;) | ||
@@ -72,0 +72,0 @@ </code> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1508680
186