sassdoc icon indicating copy to clipboard operation
sassdoc copied to clipboard

Add ability to use line breaks in @link caption

Open rocketnova opened this issue 10 years ago • 4 comments

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.

rocketnova avatar Aug 19 '15 14:08 rocketnova

You cannot put line breaks in link caption so far. :)

KittyGiraudel avatar Aug 19 '15 14:08 KittyGiraudel

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?

rocketnova avatar Aug 19 '15 14:08 rocketnova

@SassDoc/owners Thoughts?

KittyGiraudel avatar Nov 08 '15 10:11 KittyGiraudel

Makes sense.

valeriangalliat avatar Nov 08 '15 17:11 valeriangalliat