File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 4545 smartypants : false ,
4646 highlight : function ( code , lang ) {
4747 var result = [
48- '<pre class="raml-console-resource-pre">' ,
49- ' <code class="raml-console-hljs"' ,
50- ' <pre>' ,
51- ' <code class="hljs">' ,
48+ '<pre class="raml-console-resource-pre raml-console-hljs hljs">' ,
5249 lang ? window . hljs . highlightAuto ( code ) . value : code ,
53- ' </code>' ,
54- ' </pre>' ,
55- ' </code>' ,
5650 '</pre>'
5751 ] ;
5852
Original file line number Diff line number Diff line change 4545 smartypants : false ,
4646 highlight : function ( code , lang ) {
4747 var result = [
48- '<pre class="raml-console-resource-pre">' ,
49- ' <code class="raml-console-hljs"' ,
50- ' <pre>' ,
51- ' <code class="hljs">' ,
48+ '<pre class="raml-console-resource-pre raml-console-hljs hljs">' ,
5249 lang ? window . hljs . highlightAuto ( code ) . value : code ,
53- ' </code>' ,
54- ' </pre>' ,
55- ' </code>' ,
5650 '</pre>'
5751 ] ;
5852
You can’t perform that action at this time.
0 commit comments