Markdown formatting buttons for text inputs.
npm install @github/markdown-toolbar-elementMarkdown formatting buttons for text inputs.
```
$ npm install --save @github/markdown-toolbar-element
`js`
import '@github/markdown-toolbar-element'
`html`
comes with focus management as advised in WAI-ARIA Authoring Practices 1.1: Toolbar Design Pattern. The md-* buttons that ship with this package are automatically managed. Add a data-md-button attribute to any custom toolbar items to enroll them into focus management.
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/#feat=custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements
```
npm install
npm test
Distributed under the MIT license. See LICENSE for details.