@onshape/doclint
Advanced tools
Comparing version
{ | ||
"name": "@onshape/doclint", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "doclint.js", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -130,3 +130,6 @@ 'use strict'; | ||
const output = encode(decode(input), { level: 'xml' }).trim() || input; | ||
const output = encode(decode(input), { | ||
mode: 'nonAsciiPrintable', | ||
level: 'xml', | ||
}).trim() || input; | ||
@@ -133,0 +136,0 @@ if (output !== input) { |
16079
0.27%509
0.59%