Make the summary line for issue summaries contain rendered Markdown, instead of raw Markdown text.

Review Request #6870 — Created Feb. 1, 2015 and submitted

Information

Review Board
master
01ef0df...

Reviewers

This is the first step in redesigning the UI for the issue summary table (for the end goal of speeding up the process of addressing issues). 

Diff comments with Markdown text will be shown in the issue summary table without their Markdown syntax. Example: A comment that says "This text is **emphasized**" will be shown in the issue summary table as "This text is emphasized". The  rendered Markdown text will be shown in the detail view for the comment.

Added comments with various Markdown text (bold, italic, fenced code block) onto a review request. Formatting looked correct.

reviewbot
  1. Tool: Pyflakes
    Ignored Files:
        reviewboard/templates/reviews/review_issue_summary_table.html
    
    
    
    Tool: PEP8 Style Checker
    Ignored Files:
        reviewboard/templates/reviews/review_issue_summary_table.html
    
    
  2. 
      
mike_conley
  1. This looks good to me. Thanks Teresa!

  2. 
      
david
  1. Ship It!
  2. 
      
TE
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (45ee52f)
Loading...