We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020dee3 commit 4005732Copy full SHA for 4005732
assets/demo/index.html
@@ -58,8 +58,9 @@
58
<div class="toolbar">
59
<!-- Icons are from https://material.io/tools/icons/ -->
60
<div class="toolbar-section">
61
- <button data-action='toggleSection' data-args='h1'>Headline</button>
62
- <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>
63
+ <button data-action='toggleSection' data-args='blockquote'>Quote</button>
64
</div>
65
66
<button data-action='toggleMarkup' data-args='strong'>
0 commit comments