Ligonsker's avatar

Number listing doesn't work when separated by code

This is what I mean:

  1. This is list item one
    some_code
  1. This is list item two

In the actual post I wrote 1) and 2) but it shows 1. for both, like the code resets the counter

0 likes
2 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Do you mean here on laracasts? That is how the markdown spec works

You can do nesting to get around it (4 spaces)

  1. Foobar
    foo
    
  2. Fpapa
1 like

Please or to participate in this conversation.