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

Allow Bullet Points within Numbered Lists #97

Closed
cpressland opened this issue Apr 12, 2016 · 2 comments
Closed

Allow Bullet Points within Numbered Lists #97

cpressland opened this issue Apr 12, 2016 · 2 comments
Labels

Comments

@cpressland
Copy link

Hi

If making a numbered list where there may be some subpoints in the from of bullet points the following number changes back to 1.

Example:

1. First Point
2. Second Point
    * Bullet Point 1
    * Bullet Point 2
1. Third Point

We can workaround this by manually replacing the <ol> tag with <ol start="3"> or by deleting any additional <ol> tags and moving the </ol> to the end, but this isn't ideal and can be error prone for the end user.

@ssddanbrown
Copy link
Member

Hi @cpressland , Could you confirm what editor you're using? The markdown or the standard WYSIWYG editor?

@cpressland
Copy link
Author

Hi @ssddanbrown, WYSIWYG. Haven't tested with the Markdown editor yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants