sassdoc
                                
                                 sassdoc copied to clipboard
                                
                                    sassdoc copied to clipboard
                            
                            
                            
                        Add ability to use line breaks in @link caption
When I write an @link caption across multiple lines such as
/// @link http://bourbon.io/docs/#px-to-rem
///   Adapted from Bourbon.io's rem function in _px-to-rem.scss, which only
///   works if the `<html>` root font-size is the same across breakpoints.
The link text outputs only the last line ("works if the <html> root font-size is the same across breakpoints.") instead of concatenating it like other descriptions.
You cannot put line breaks in link caption so far. :)
Ah! Perhaps this issue can be turned into a request to either add the ability to put line breaks into link captions or to document that you currently cannot do so in http://sassdoc.com/annotations/#link?
@SassDoc/owners Thoughts?
Makes sense.