Allow Bullet Points within Numbered Lists #89

Closed
opened 2026-02-04 16:39:25 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @cpressland on GitHub (Apr 12, 2016).

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.

Originally created by @cpressland on GitHub (Apr 12, 2016). 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.
OVERLORD added the 🐛 Bug label 2026-02-04 16:39:25 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Apr 12, 2016):

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

@ssddanbrown commented on GitHub (Apr 12, 2016): Hi @cpressland , Could you confirm what editor you're using? The markdown or the standard WYSIWYG editor?
Author
Owner

@cpressland commented on GitHub (Apr 14, 2016):

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

@cpressland commented on GitHub (Apr 14, 2016): Hi @ssddanbrown, WYSIWYG. Haven't tested with the Markdown editor yet.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#89