Files
gitlabhq/spec
Robert Speicher 0175769aa8 Merge branch 'fix-markdown-truncation-removing-links' into 'master'
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
2015-09-23 17:20:37 +00:00
..
2015-08-21 16:09:55 -07:00
2015-09-16 00:06:41 +02:00
2015-08-04 14:33:18 +02:00
2015-05-28 18:22:32 -04:00