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 678379d commit 7d2542dCopy full SHA for 7d2542d
src/js/06-code.js
@@ -49,11 +49,7 @@ document.addEventListener('DOMContentLoaded', function () {
49
if (language === 'bash' || language === 'sh' || language === 'shell' || language === 'console') {
50
input = window.neo4jDocs.copyableCommand(input)
51
}
52
-
53
input = cleanCallouts(input)
54
55
- // input = input.replace(/[ |\t]+\n/g, '\n').trimEnd()
56
57
return input
58
59
0 commit comments