Directory

markdown-toolbar-element - Vaadin Add-on Directory

Markdown formatting buttons for text inputs. markdown-toolbar-element - Vaadin Add-on Directory
# <markdown-toolbar> element Markdown formatting buttons for text inputs. ## Installation ``` $ npm install --save @github/markdown-toolbar-element ``` ## Usage ```js import '@github/markdown-toolbar-element' ``` ```html bold header italic quote code link unordered-list ordered-list task-list mention ref ``` ## Browser support 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 ## Development ``` npm install npm test ``` ## License Distributed under the MIT license. See LICENSE for details.