web-components icon indicating copy to clipboard operation
web-components copied to clipboard

Editing for nested quotes and lists

Open jeromesimeon opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. Markdown can support nested quotes and lists. Those seem to be properly imported in the editor, but one cannot edit those or create them directly using the toolbar.

Describe the solution you'd like It would be nice to be able to create a quote containing a list or a list containing a quote, or a quote containing a list containing a quote. This might require some thinking about the scope for the toolbar buttons.

jeromesimeon avatar Feb 17 '20 16:02 jeromesimeon

Currently one can load the following markdown:

Screenshot 2020-02-17 at 11 17 37 AM

Clicking on the 'list' button for the paragraph does two things: remove the quote and add the list. Should it just add the list without removing the quote?

Screenshot 2020-02-17 at 11 17 52 AM

jeromesimeon avatar Feb 17 '20 16:02 jeromesimeon

Can I take this up? I had achieved this functionality with the keyboard shortcuts, but discarded because I thought it is not an ideal behavior.

98lenvi avatar Feb 29 '20 21:02 98lenvi