jaredreich / pell

📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
MIT License
11.96k stars 549 forks source link

Custom Ordered List #171

Open hirwandzahir opened 5 years ago

hirwandzahir commented 5 years ago

Hi,

Wondering if custom ordered list can be created with pell? Maybe something that can be set in the result for example:

rlist: {
    icon: '#',
    title: 'Roman List',
    result: () => exec('insertOrderedList', <list_type>)
  },
RossMWoods commented 4 years ago

Can we have embedded lists? They are so useful, almost necessary. e.g.

  1. Lorum ipsum ...
  2. Lorum ipsum ... a. Lorum ipsum ... b. Lorum ipsum ... However, I have noticed that Firefox has changed the way it renders them. The whole embedded list must now be inside the tags for the line its embedded in, i.e. inside