Open
Description
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.