Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown not working in Script log messages #16031

Closed
ingvaldlorentzen opened this issue May 8, 2024 · 0 comments · Fixed by #16041
Closed

Markdown not working in Script log messages #16031

ingvaldlorentzen opened this issue May 8, 2024 · 0 comments · Fixed by #16041
Assignees
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@ingvaldlorentzen
Copy link

ingvaldlorentzen commented May 8, 2024

Deployment Type

Self-hosted

NetBox Version

v4.0.0

Python Version

3.11

Steps to Reproduce

  1. Create a script that calls one of the Script log methods with markdown as the message parameter
    E.g:
self.log_success('Success: `def my_code`')
self.log_success('- Point 1 \n - Point 2')
self.log_success('*Italic Text*')
  1. Run script and view the log

Expected Behavior

Markdown rendered in log message on Script result page, like in v3.7.8
image

Observed Behavior

No markdown is rendered, just the raw text
image

@ingvaldlorentzen ingvaldlorentzen added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels May 8, 2024
@arthanson arthanson added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: low Does not significantly disrupt application functionality, or a workaround is available and removed status: needs triage This issue is awaiting triage by a maintainer labels May 8, 2024
@arthanson arthanson assigned arthanson and unassigned arthanson May 8, 2024
@arthanson arthanson removed the status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation label May 8, 2024
@jeremystretch jeremystretch added the status: accepted This issue has been accepted for implementation label May 8, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants