postxml-amp
Advanced tools
Comparing version 0.4.0 to 0.4.2
# Release History | ||
* 0.4.2 | ||
* BUG: not properly handling self enclosed tags | ||
* 0.4.0 | ||
@@ -4,0 +6,0 @@ * ADD: `amp-youtube` handles different versions of youtube links inclusing https |
@@ -160,5 +160,5 @@ const fs = require('fs'); | ||
}); | ||
$(element).replaceWith(ampElement); | ||
$(element).html($(ampElement).html()); | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "postxml-amp", | ||
"version": "0.4.0", | ||
"version": "0.4.2", | ||
"description": "PostXML plugin to convert plain HTML to Google Accelerated Mobile Pages (AMP)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11051