# Numbered list after bullets turns into bullets

**URL:** https://meta.discourse.org/t/numbered-list-after-bullets-turns-into-bullets/63004
**Category:** Bug
**Tags:** markdown-it-review
**Created:** [19 Mayo, 2017 11:20 UTC](https://meta.discourse.org/t/numbered-list-after-bullets-turns-into-bullets/63004 "2017-05-19T11:20:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Tom\_Newsom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tom_newsom/32/115981_2.png) [@Tom\_Newsom](https://meta.discourse.org/u/Tom_Newsom)
#### Post date: [19 Mayo, 2017 11:20 UTC](https://meta.discourse.org/t/numbered-list-after-bullets-turns-into-bullets/63004/1 "2017-05-19T11:20:31Z")

</div>

**When you use the following markup:**

```
* This is a bullet list
* With some items

1. This is a numbered list
2. With some items
3. But it displays as bullets

```

**You get this:**

- This is a bullet list
- With some items

1. This is a numbered list
2. With some items
3. But it displays as bullets

**Unless you put something else between them**

- This is a bullet list
- With some items

Something else

1. This is a numbered list
2. With some items
3. And it displays correctly now

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [19 Mayo, 2017 11:45 UTC](https://meta.discourse.org/t/numbered-list-after-bullets-turns-into-bullets/63004/2 "2017-05-19T11:45:39Z")

</div>

Seems this will be fixed when [commonmark](http://spec.commonmark.org/dingus/?text=*%20This%20is%20a%20bullet%20list%0A*%20With%20some%20items%0A%0A1.%20This%20is%20a%20numbered%20list%0A2.%20With%20some%20items%0A3.%20But%20it%20displays%20as%20bullets) is implemented.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [26 Junio, 2017 13:26 UTC](https://meta.discourse.org/t/numbered-list-after-bullets-turns-into-bullets/63004/3 "2017-06-26T13:26:19Z")

</div>

> [@Tom\_Newsom](#):
>
> - This is a bullet list
> - With some items
> 
> 1. This is a numbered list
> 2. With some items
> 3. But it displays as bullets

And it now works 😍

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [26 Junio, 2017 13:26 UTC](https://meta.discourse.org/t/numbered-list-after-bullets-turns-into-bullets/63004/4 "2017-06-26T13:26:25Z")

</div>


