Skip to content

Commit 4005732

Browse files
YoranBrondsemaZeeJab
authored andcommitted
Add button in demo to toggle blockquote
1 parent 020dee3 commit 4005732

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/demo/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
<div class="toolbar">
5959
<!-- Icons are from https://material.io/tools/icons/ -->
6060
<div class="toolbar-section">
61-
<button data-action='toggleSection' data-args='h1'>Headline</button>
62-
<button data-action='toggleSection' data-args='h2'>Subheadline</button>
61+
<button data-action='toggleSection' data-args='h1'>H1</button>
62+
<button data-action='toggleSection' data-args='h2'>H2</button>
63+
<button data-action='toggleSection' data-args='blockquote'>Quote</button>
6364
</div>
6465
<div class="toolbar-section">
6566
<button data-action='toggleMarkup' data-args='strong'>

0 commit comments

Comments
 (0)