# Creating bullet points in a table post on Discourse

**URL:** https://meta.discourse.org/t/creating-bullet-points-in-a-table-post-on-discourse/215254
**Category:** Support
**Created:** [January 18, 2022, 6:01pm UTC](https://meta.discourse.org/t/creating-bullet-points-in-a-table-post-on-discourse/215254 "2022-01-18T18:01:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hequaye](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hequaye/32/241683_2.png) [@hequaye](https://meta.discourse.org/u/hequaye)
#### Post date: [January 18, 2022, 6:01pm UTC](https://meta.discourse.org/t/creating-bullet-points-in-a-table-post-on-discourse/215254/1 "2022-01-18T18:01:47Z")

</div>

Hello I am trying to create bullet points for a table in discourse and am running into some trouble.

> Blockquote  
> |NEW FEATURE|BENEFITS|  
> | — | — |  
> |Schedule meetings in PCC Meeting management|\* Delegate meeting management out to the community at any level: umbrella, project, sub-project \* Capture attendance metrics which can be shared with community and member stakeholders|

I want the two points to show delegate meetings and capture attendance as 2 bullet points for scheduling meeting in PCC but am having issues this is how it is rendering

 ![chrome_ZhUBJYZ2Fj](https://global.discourse-cdn.com/meta/original/3X/d/1/d174aba941ab98dae4fb5022a3086522c139f033.png)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [January 18, 2022, 6:25pm UTC](https://meta.discourse.org/t/creating-bullet-points-in-a-table-post-on-discourse/215254/2 "2022-01-18T18:25:28Z")

</div>

A simple workaround could be to use the html \<li\>

| NEW FEATURE | BENEFITS | |
| --- | --- | --- |
| Schedule meetings in PCC Meeting management | - Delegate meeting management out to the community at any level: umbrella, project, sub-project 
- Capture attendance metrics which can be shared with community and member stakeholders
 | |

```plaintext
NEW FEATURE | BENEFITS | |
| - | - | - 
|Schedule meetings in PCC Meeting management| <li>Delegate meeting management out to the community at any level: umbrella, project, sub-project <li>Capture attendance metrics which can be shared with community and member stakeholders|

```

  

**Edit:** Turns out the \<br\> was superfluous 🙂

---

<div class="post-metadata">

### Author: ![hequaye](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hequaye/32/241683_2.png) [@hequaye](https://meta.discourse.org/u/hequaye)
#### Post date: [January 18, 2022, 7:17pm UTC](https://meta.discourse.org/t/creating-bullet-points-in-a-table-post-on-discourse/215254/3 "2022-01-18T19:17:17Z")

</div>

Wow very simple… thank you very much!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [February 17, 2022, 7:17pm UTC](https://meta.discourse.org/t/creating-bullet-points-in-a-table-post-on-discourse/215254/4 "2022-02-17T19:17:54Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
