# How does one add a onebox inside a list?

**URL:** https://meta.discourse.org/t/how-does-one-add-a-onebox-inside-a-list/373743
**Category:** Feature
**Tags:** onebox
**Created:** [July 10, 2025, 1:07pm UTC](https://meta.discourse.org/t/how-does-one-add-a-onebox-inside-a-list/373743 "2025-07-10T13:07:31Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [July 11, 2025, 10:07am UTC](https://meta.discourse.org/t/how-does-one-add-a-onebox-inside-a-list/373743/5 "2025-07-11T10:07:30Z")

</div>

Yes, there’s a [specific logic in our markdown-it tokens](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse-markdown-it/src/features/onebox.js#L38-L54) that forces links to be considered **inline** oneboxes in cases that are not top level links (ie. not inside any list/blockquote/etc)

---

_[View the full topic](https://meta.discourse.org/t/how-does-one-add-a-onebox-inside-a-list/373743)._
