Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: Automatically create <ul> and <ol> #3

Open
roydejong opened this issue Jan 31, 2017 · 0 comments
Open

Editor: Automatically create <ul> and <ol> #3

roydejong opened this issue Jan 31, 2017 · 0 comments
Milestone

Comments

@roydejong
Copy link
Owner

When the user starts to type a new list, e.g.:

- Some item

It should automatically be converted into an unordered list. This conversion should happen on pressing the space key after the dash - character, if that dash is the first character one on that line.

The same should happen for numbered lists <ol>, e.g.:

1. 

In this case the number one followed by the dot . character should be first in line.

@roydejong roydejong added this to the v0.1 milestone Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant