Support rendering additional markdown notation in HTML reporting #847
Labels
enhancement
This issue or pull request will add new or improve existing functionality
Milestone
💡 Summary
The current rendering support for markdown in the HTML reporting handles bold with asterisks and italics with underscore, but other markdown notation for bold and italics are not. This issue is to enhance rendering to handle additional cases to prevent incorrect rendering when alternate notation is used.
Motivation and context
Easy to read assessment reports enhance the users ability to review results. Text hints such as boldface and italics help emphasize critical information in the results. Supporting additional notation also prevents accidental creation of raw markdown artifacts showing in the resulting HTML reports.
Implementation notes
Implementation would be to:
Initial additional candidate notations include:
italic asterisk
bold underscore
bold italic underscore asterisk mix
bold italic underscore only
bold italic asterisk only
Acceptance criteria
The text was updated successfully, but these errors were encountered: