File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2323 </ markdown-toolbar >
2424 < textarea rows ="6 " class ="mt-3 d-block width-full " id ="textarea "> </ textarea >
2525 </ div >
26+
27+ < details >
28+ < summary > Initially hidden toolbar!</ summary >
29+ < div class ="container py-4 ">
30+ < p > < button type ="button "> Add a Comment</ button > </ p >
31+ < markdown-toolbar for ="textarea ">
32+ < md-bold class ="btn btn-sm "> bold</ md-bold >
33+ < md-header class ="btn btn-sm "> header</ md-header >
34+ < md-italic class ="btn btn-sm "> italic</ md-italic >
35+ < md-quote class ="btn btn-sm "> quote</ md-quote >
36+ < md-code class ="btn btn-sm "> code</ md-code >
37+ < md-link class ="btn btn-sm "> link</ md-link >
38+ < md-image class ="btn btn-sm "> image</ md-image >
39+ < md-unordered-list class ="btn btn-sm "> unordered-list</ md-unordered-list >
40+ < md-ordered-list class ="btn btn-sm "> ordered-list</ md-ordered-list >
41+ < md-task-list class ="btn btn-sm "> task-list</ md-task-list >
42+ < md-mention class ="btn btn-sm "> mention</ md-mention >
43+ < md-ref class ="btn btn-sm "> ref</ md-ref >
44+ </ markdown-toolbar >
45+ < textarea rows ="6 " class ="mt-3 d-block width-full " id ="textarea "> </ textarea >
46+ </ div >
47+ </ details >
48+
2649 < script >
2750 const script = document . createElement ( 'script' )
2851 if ( window . location . hostname . endsWith ( 'github.io' ) || window . location . hostname . endsWith ( 'github.com' ) ) {
You can’t perform that action at this time.
0 commit comments