Jan 24, 2024
0
Level 7
Numbering issue when creating posts on Laracast
@JeffreyWay From some time, the numbering in posts is not accurate and is changed during publishing.
- For example, when you write something like this:
1. Option 1
// some code
2. Option 2
// some code
3. Option 3
// some code
- it is posted as:
1. Option 1
// some code
1. Option 2
// some code
1. Option 3
// some code
You can see it even in this post.
The strange thing is, that when I click edit, the numbering is correct:

But when click post/update, it goes as it is now, with 1. everywhere.
Not sure if this is only when there is a code between the numbered titles though.
Please or to participate in this conversation.