File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- < script src ="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js "> </ script >
21
3- < meta http-equiv ="Content-Security-Policy " content ="upgrade-insecure-requests ">
42
3+ < meta http-equiv ="Content-Security-Policy " content ="upgrade-insecure-requests ">
4+ < script src ="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js "> </ script >
55< style >
66 .version-selection-scroll-panel {
77 width : 15% ;
5454 return r . text ( ) . then ( v => {
5555 console . log ( 'here is the text:' , v ) ;
5656 // var div = document.createElement("div");
57- el . innerHTML = v ;
57+ el . innerHTML = `<div width="100%" height="100%"> ${ v } </div>` ;
5858 // el.textContent = v;
5959 // el.appendChild(div);
6060 } ) ;
8282< script >
8383 asyncc . changeIframe ( 'v/0.1.2' ) ;
8484</ script >
85-
86- < script src ="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?autoload=true "> </ script >
Original file line number Diff line number Diff line change 1- < script src ="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js "> </ script >
21
32< pre class ="prettyprint lang-java ">
3+ < code lang ="java " language ="java ">
44
55 class NeoEach {
66
1414 }
1515
1616 }
17+ </ code >
1718</ pre >
1819
Original file line number Diff line number Diff line change 11
2- <script src =" https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?autoload=true&lang=java " ></script >
32
43### This is title
54
You can’t perform that action at this time.
0 commit comments