inline markdown in tables not allowing bullets #11866

Closed
opened 2025-12-29 21:50:59 +01:00 by adam · 1 comment
Owner

Originally created by @rconkor on GitHub (Nov 23, 2025).

NetBox Edition

NetBox Community

NetBox Version

v4.4.6

Python Version

3.10

Steps to Reproduce

  1. Create object
  2. Add markdown to comments

Sample:

# Compatible with:
||||
|-|-|-|
|*r650|-r6625|- r760xa|
|* r650xs|* r750|* r760xd2|
|* r6525|* r750xa|* r760xs|

Expected Behavior

The documentation states inline markdown is supported in tables, and gives several examples like bold and italic. But bullet points is not working as expected.

Bullet points should work within tables just like other inline markdown.

Observed Behavior

Image
Originally created by @rconkor on GitHub (Nov 23, 2025). ### NetBox Edition NetBox Community ### NetBox Version v4.4.6 ### Python Version 3.10 ### Steps to Reproduce 1. Create object 2. Add markdown to comments Sample: ``` # Compatible with: |||| |-|-|-| |*r650|-r6625|- r760xa| |* r650xs|* r750|* r760xd2| |* r6525|* r750xa|* r760xs| ``` ### Expected Behavior The documentation states inline markdown is supported in tables, and gives several examples like bold and italic. But bullet points is not working as expected. Bullet points should work within tables just like other inline markdown. ### Observed Behavior <img width="699" height="237" alt="Image" src="https://github.com/user-attachments/assets/09341da6-2733-4962-aab7-1378a018fe76" />
adam added the netbox label 2025-12-29 21:50:59 +01:00
adam closed this issue 2025-12-29 21:51:00 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 24, 2025):

NetBox employs Python-Markdown for Markdown rendering. I don't believe the use of bullet points is supported within tables.

@jeremystretch commented on GitHub (Nov 24, 2025): NetBox employs [Python-Markdown](https://python-markdown.github.io/) for Markdown rendering. I don't believe the use of bullet points is supported within tables.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11866