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 2424 < textarea rows ="6 " class ="mt-3 d-block width-full " id ="textarea "> </ textarea >
2525 </ div >
2626
27- < details >
27+ < details class =" container py-4 " >
2828 < summary > Initially hidden toolbar!</ summary >
2929 < div class ="container py-4 ">
3030 < p > < button type ="button "> Add a Comment</ button > </ p >
31- < markdown-toolbar for ="textarea ">
31+ < markdown-toolbar for ="textarea2 ">
3232 < md-bold class ="btn btn-sm "> bold</ md-bold >
3333 < md-header class ="btn btn-sm "> header</ md-header >
3434 < md-italic class ="btn btn-sm "> italic</ md-italic >
4242 < md-mention class ="btn btn-sm "> mention</ md-mention >
4343 < md-ref class ="btn btn-sm "> ref</ md-ref >
4444 </ 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 >
4646 </ div >
4747 </ details >
4848
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ describe('markdown-toolbar-element', function() {
7272 <md-header>header</md-header>
7373 <md-header level="1">h1</md-header>
7474 <div hidden>
75- <md-header level="5">h1 </md-header>
75+ <md-header level="5">h5 </md-header>
7676 </div>
7777 <md-header level="10">h1</md-header>
7878 <div data-md-button>Other button</div>
You can’t perform that action at this time.
0 commit comments