Skip to content
  • Robert Speicher's avatar
    Merge branch 'fix-markdown-truncation-removing-links' into 'master' · 40671fad04bc
    Robert Speicher authored
    Fix cases where Markdown did not render links in activity feed
    
    HTML would be stripped in `truncate_if_block` when a comment had multiple lines
    and the first wasn't long enough to be truncated. The use of `node.content` would
    strip all HTML tags. Using `node.inner_html` retains these tags and puts the
    "..." in between paragraph tags.
    
    Closes #2586
    
    See merge request !1401
    40671fad04bc
To find the state of this project's repository at the time of any of these versions, check out the tags.