File tree Expand file tree Collapse file tree 4 files changed +228
-230
lines changed
Expand file tree Collapse file tree 4 files changed +228
-230
lines changed Original file line number Diff line number Diff line change 1010 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
1111 < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
1212 < link rel ="manifest " href ="/site.webmanifest ">
13-
14- < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/cdn.min.js "
defer > </ script > 1513</ head >
1614< script >
1715 const mathWorker = new Worker ( "mathWorker.js" , { type : "classic" } ) ;
2018< body x-data ="{showCode:true, showReport:true} ">
2119 < nav class ="markdown-body ">
2220 < form name ="topBar ">
23- < button type ='button ' x-on:click ="showCode = !showCode "
24- x-text ="showCode?'<':'>' "
25- x-bind:title ="showCode?'hide code':'show code' "> </ button >
21+ < button type ='button ' x-on:click ="showCode = !showCode " x-text ="showCode?'<':'>' "
22+ x-bind:title ="showCode?'hide code':'show code' "> </ button >
2623 < fieldset id ='tabs '> </ fieldset >
2724 < span >
2825 < fieldset id ="examples " style ="float: right; ">
5855 </ optgroup >
5956 </ select >
6057 < button type ="button " id ="exampleInsert " name ="insertExample "> +</ button >
61- < button type ="button "
62- x-on:click ="showReport = !showReport "
63- x-text ="showReport ? '>':'<' "
64- x-bind:title ="showReport?'hide report':'show report' "> </ button >
58+ < button type ="button " x-on:click ="showReport = !showReport " x-text ="showReport ? '>':'<' "
59+ x-bind:title ="showReport?'hide report':'show report' "> </ button >
6560 </ fieldset >
6661 </ span >
67-
62+
6863 </ form >
6964 </ nav >
7065
You can’t perform that action at this time.
0 commit comments