Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Merklin's avatar

Numbering issue when creating posts on Laracast

@JeffreyWay From some time, the numbering in posts is not accurate and is changed during publishing.

  1. For example, when you write something like this:
1. Option 1
	// some code
2. Option 2
	// some code
3. Option 3
	// some code
  1. 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:

Alt image

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.

0 likes
0 replies

Please or to participate in this conversation.