Allow to use markdown on report description #6527
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v2.11.3
Feature type
Change to existing functionality
Proposed functionality
I'd like to propose an enhancement on the look & feel of the report_list.html page.
Each report is currently presented in a List of 4 columns (Name | Status | Description | Last Run). I would propose to render the Description column using markdown support.
The change would be as simple as modifying the report_list.html template and add the class
rendered-markdown
and use themarkdown
django template function on the following linenetbox/netbox/templates/extras/report_list.html
Line 32 in 8d0a3c8
The markdown support has already been implemented for each report log messages so it won't be difficult to use the same feature for the Report description (check this commit)
I can handle this issue and propose a Pull Request.
Use case
Adding markdown support to each Report description allows to structure the this description easily if we want to explain in more detail the whole test case covered.
Database changes
None
External dependencies
None
The text was updated successfully, but these errors were encountered: