[PR #8121] [MERGED] Fix #8097: Re-fix markdown table rendering #13318

Closed
opened 2025-12-29 22:26:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8121
Author: @kkthxbye-code
Created: 12/20/2021
Status: Merged
Merged: 12/21/2021
Merged by: @jeremystretch

Base: developHead: fix-8097


📝 Commits (2)

  • 3a54ecb Fix #8097: Re-fix markdown table rendering
  • 853a52f Merge branch 'develop' into fix-8097

📊 Changes

7 files changed (+23 additions, -6 deletions)

View changed files

📝 netbox/project-static/dist/netbox-dark.css (+1 -1)
📝 netbox/project-static/dist/netbox-light.css (+1 -1)
📝 netbox/project-static/dist/netbox-print.css (+1 -1)
📝 netbox/project-static/styles/netbox.scss (+13 -0)
📝 netbox/templates/circuits/provider.html (+2 -2)
📝 netbox/templates/inc/panels/comments.html (+1 -1)
📝 netbox/utilities/templatetags/helpers.py (+4 -0)

📄 Description

Fixes: #8097

The CSS for markdown-python table styling (2fce7ebd8f) was not ported to 3.0. This PR re-adds the CSS and adds the ´rendered-markdown´ CSS class where missing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/8121 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 12/20/2021 **Status:** ✅ Merged **Merged:** 12/21/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `fix-8097` --- ### 📝 Commits (2) - [`3a54ecb`](https://github.com/netbox-community/netbox/commit/3a54ecb5224253ef2be808276fa58484d1773292) Fix #8097: Re-fix markdown table rendering - [`853a52f`](https://github.com/netbox-community/netbox/commit/853a52f3ca3a7bd47321700587b228a3dbb80d4e) Merge branch 'develop' into fix-8097 ### 📊 Changes **7 files changed** (+23 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox-dark.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-light.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-print.css` (+1 -1) 📝 `netbox/project-static/styles/netbox.scss` (+13 -0) 📝 `netbox/templates/circuits/provider.html` (+2 -2) 📝 `netbox/templates/inc/panels/comments.html` (+1 -1) 📝 `netbox/utilities/templatetags/helpers.py` (+4 -0) </details> ### 📄 Description ### Fixes: #8097 The CSS for markdown-python table styling (https://github.com/netbox-community/netbox/commit/2fce7ebd8fee511a0fef8b3aada11037e8ef8e9f) was not ported to 3.0. This PR re-adds the CSS and adds the ´rendered-markdown´ CSS class where missing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:44 +01:00
adam closed this issue 2025-12-29 22:26:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13318