Lists markdown not working in Virtual Machine Comments field #10894

Closed
opened 2025-12-29 21:37:24 +01:00 by adam · 5 comments
Owner

Originally created by @FMCUSystemAdmins on GitHub (Mar 14, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.1.11

Python Version

3.12

Steps to Reproduce

  1. Create or modify a Virtual Machine
  2. Attempt to use * in the Comments field to create a list
    • is interpreted literally, does not change to a bullet point

Expected Behavior

I expect * to change into a bullet point, like the markdown documentation indicates.

Observed Behavior

  • does not change into a bullet point, but remains as an asterisk.
Originally created by @FMCUSystemAdmins on GitHub (Mar 14, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.1.11 ### Python Version 3.12 ### Steps to Reproduce 1. Create or modify a Virtual Machine 2. Attempt to use * in the Comments field to create a list 3. * is interpreted literally, does not change to a bullet point ### Expected Behavior I expect * to change into a bullet point, like the markdown documentation indicates. ### Observed Behavior * does not change into a bullet point, but remains as an asterisk.
adam added the type: bug label 2025-12-29 21:37:24 +01:00
adam closed this issue 2025-12-29 21:37:24 +01:00
Author
Owner

@jnovinger commented on GitHub (Mar 14, 2025):

@FMCUSystemAdmins , thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v4.2.5 (see attached screenshot). Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.

Image

@jnovinger commented on GitHub (Mar 14, 2025): @FMCUSystemAdmins , thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v4.2.5 (see attached screenshot). Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data. ![Image](https://github.com/user-attachments/assets/c2c614c1-be23-4c62-b6cc-786df11c95cc)
Author
Owner

@FMCUSystemAdmins commented on GitHub (Mar 14, 2025):

Apologies @jnovinger, didn't realize the versioning was in the 4.2's already. We had updated to the latest of the 4.1's prior to submitting this.

Will get updated to latest 4.2 release and I'm sure it will start working like you said.

@FMCUSystemAdmins commented on GitHub (Mar 14, 2025): Apologies @jnovinger, didn't realize the versioning was in the 4.2's already. We had updated to the latest of the 4.1's prior to submitting this. Will get updated to latest 4.2 release and I'm sure it will start working like you said.
Author
Owner

@FMCUSystemAdmins commented on GitHub (Mar 14, 2025):

@jnovinger, we updated to 4.2.5 and it is still not interpreting the markdown correctly. Asterisks nor hyphens work.

@FMCUSystemAdmins commented on GitHub (Mar 14, 2025): @jnovinger, we updated to 4.2.5 and it is still not interpreting the markdown correctly. Asterisks nor hyphens work.
Author
Owner

@jeremystretch commented on GitHub (Mar 14, 2025):

@FMCUSystemAdmins I can confirm that the following Markdown renders lists as expected:

A list

* Foo
* Bar
* Baz

And with hyphens

- Foo
- Bar
- Baz

You can confirm that this works on the demo instance as well. Please share the exact markup you're using.

@jeremystretch commented on GitHub (Mar 14, 2025): @FMCUSystemAdmins I can confirm that the following Markdown renders lists as expected: ``` A list * Foo * Bar * Baz And with hyphens - Foo - Bar - Baz ``` You can confirm that this works on [the demo instance](https://demo.netbox.dev) as well. Please share the exact markup you're using.
Author
Owner

@FMCUSystemAdmins commented on GitHub (Mar 17, 2025):

@jeremystretch and @jnovinger, disregard. Just found out that I had to put a newline after a colon that was right before the list for it to interpret correctly. Thank you.

@FMCUSystemAdmins commented on GitHub (Mar 17, 2025): @jeremystretch and @jnovinger, disregard. Just found out that I had to put a newline after a colon that was right before the list for it to interpret correctly. Thank you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10894