File tree Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Original file line number Diff line number Diff line change @@ -69,29 +69,31 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
6969 </ button >
7070 </ div >
7171
72- < button id ="keyboard-shortcuts " class ="ui right floated button " data-position ="left center ">
73- < i class ="icon keyboard "> </ i > Shortcuts
74- </ button >
75- < div class ="ui popup ">
76- < div class ="ui top attached label "> Keyboard Shortcuts</ div >
77- < table class ="ui very basic single line celled table ">
78- < thead >
79- < tr >
80- < th > Key</ th >
81- < th > Autocomplete</ th >
82- </ tr >
83- </ thead >
84- < tbody >
85- < tr >
86- < td > < label class ="ui label "> @</ label > </ td >
87- < td > all of the < b > @</ b > keywords</ td >
88- </ tr >
89- < tr >
90- < td > < label class ="ui label "> Ctrl+Space</ label > </ td >
91- < td > available keys in < b > @context</ b > </ td >
92- </ tr >
93- </ tbody >
94- </ table >
72+ < div class ="ui right floated buttons ">
73+ < button id ="keyboard-shortcuts " class ="ui icon button " data-position ="left center ">
74+ < i class ="icon keyboard "> </ i >
75+ </ button >
76+ < div class ="ui popup ">
77+ < div class ="ui top attached label "> Keyboard Shortcuts</ div >
78+ < table class ="ui very basic single line celled table ">
79+ < thead >
80+ < tr >
81+ < th > Key</ th >
82+ < th > Autocomplete</ th >
83+ </ tr >
84+ </ thead >
85+ < tbody >
86+ < tr >
87+ < td > < label class ="ui label "> @</ label > </ td >
88+ < td > all of the < b > @</ b > keywords</ td >
89+ </ tr >
90+ < tr >
91+ < td > < label class ="ui label "> Ctrl+Space</ label > </ td >
92+ < td > available keys in < b > @context</ b > </ td >
93+ </ tr >
94+ </ tbody >
95+ </ table >
96+ </ div >
9597 </ div >
9698 <!-- main editor area -->
9799 < div class ="ui one column compact grid container " :class ="[editorColumns] ">
You can’t perform that action at this time.
0 commit comments