File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
< textarea rows ="6 " class ="mt-3 d-block width-full " id ="textarea "> </ textarea >
25
25
</ div >
26
26
27
- < details >
27
+ < details class =" container py-4 " >
28
28
< summary > Initially hidden toolbar!</ summary >
29
29
< div class ="container py-4 ">
30
30
< p > < button type ="button "> Add a Comment</ button > </ p >
31
- < markdown-toolbar for ="textarea ">
31
+ < markdown-toolbar for ="textarea2 ">
32
32
< md-bold class ="btn btn-sm "> bold</ md-bold >
33
33
< md-header class ="btn btn-sm "> header</ md-header >
34
34
< md-italic class ="btn btn-sm "> italic</ md-italic >
42
42
< md-mention class ="btn btn-sm "> mention</ md-mention >
43
43
< md-ref class ="btn btn-sm "> ref</ md-ref >
44
44
</ markdown-toolbar >
45
- < textarea rows ="6 " class ="mt-3 d-block width-full " id ="textarea "> </ textarea >
45
+ < textarea rows ="6 " class ="mt-3 d-block width-full " id ="textarea2 "> </ textarea >
46
46
</ div >
47
47
</ details >
48
48
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ describe('markdown-toolbar-element', function() {
72
72
<md-header>header</md-header>
73
73
<md-header level="1">h1</md-header>
74
74
<div hidden>
75
- <md-header level="5">h1 </md-header>
75
+ <md-header level="5">h5 </md-header>
76
76
</div>
77
77
<md-header level="10">h1</md-header>
78
78
<div data-md-button>Other button</div>
You can’t perform that action at this time.
0 commit comments