We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371e897 commit 3c0bac4Copy full SHA for 3c0bac4
lib/server.js
@@ -57,6 +57,7 @@ function handleValue (value) {
57
if (value.__encoded) return value
58
59
if (typeof value === 'object') {
60
+ if (typeof value.outerHTML === 'string') return value.outerHTML
61
return Object.keys(value).reduce(function (str, key, i) {
62
if (str.length > 0) str += ' '
63
0 commit comments