mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
Update src/utils/jsonToHtml.ts
Co-Authored-By: Roman Hotsiy <gotsijroman@gmail.com>
This commit is contained in:
parent
b40cf6e706
commit
44dedfe6cd
|
@ -6,7 +6,7 @@ export function jsonToHTML(json, maxExpandLevel) {
|
||||||
output += '<div class="redoc-json">';
|
output += '<div class="redoc-json">';
|
||||||
output += '<code>';
|
output += '<code>';
|
||||||
output += valueToHTML(json, maxExpandLevel);
|
output += valueToHTML(json, maxExpandLevel);
|
||||||
output += '</code>'
|
output += '</code>';
|
||||||
output += '</div>';
|
output += '</div>';
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user