Skip to content

Commit

Permalink
Add button in demo to toggle blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
YoranBrondsema authored and ZeeJab committed Sep 20, 2019
1 parent 020dee3 commit 4005732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
<div class="toolbar">
<!-- Icons are from https://material.io/tools/icons/ -->
<div class="toolbar-section">
<button data-action='toggleSection' data-args='h1'>Headline</button>
<button data-action='toggleSection' data-args='h2'>Subheadline</button>
<button data-action='toggleSection' data-args='h1'>H1</button>
<button data-action='toggleSection' data-args='h2'>H2</button>
<button data-action='toggleSection' data-args='blockquote'>Quote</button>
</div>
<div class="toolbar-section">
<button data-action='toggleMarkup' data-args='strong'>
Expand Down

0 comments on commit 4005732

Please sign in to comment.