Markdown formatting

This commit is contained in:
Brian O'Donnell
2015-04-23 17:07:38 -04:00
parent baf2efc4ca
commit a554b2df3e
+1 -1
View File
@@ -119,7 +119,7 @@ sub publish_feed_items {
# to hyperlink the title or not to hyperlink the title...
if( $params{'raw_link'} ){
$content = '### ' . $update->{'title'} . "\n" . $update->{'link'} . "\n" . $content;
$content = '### ' . $update->{'title'} . "\n\n" . $update->{'link'} . "\n" . $content;
}
else {
$content = '### [' . $update->{'title'} . '](' . $update->{'link'} . ")\n" . $content;