Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.32k stars 308 forks source link

Table toolbar icon appears on it's own row #516

Closed raharrison closed 1 year ago

raharrison commented 1 year ago

Describe the bug The table toolbar icon takes up it's own row in the main toolbar. The issue is visible in the main demo page "toolbar Customization" example. Seems specific to just the table icon and not others.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://easy-markdown-editor.tk/
  2. View "Toolbar Customization" example

Expected behavior The table icon should appear alongside other icons in the same row

Screenshots image

Version information

Ionaru commented 1 year ago

This was reported before in https://github.com/Ionaru/easy-markdown-editor/issues/493, I'll need to set the toolbarButtonClassPrefix option on the demo website :)

raharrison commented 1 year ago

Looks like https://easy-markdown-editor.tk/ is down now btw, but my issue is resolved with that property. Thanks!