> Oops, sorry, patch was wrong. Attached a good one this time,

God, what a ghostly mess. Attached now.

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
              Listening to: Manolo García - Mientras observo al afilador
--- markdown~
+++ markdown
@@ -548,6 +548,8 @@
 			$link_id = lc $link_text;     # for shortcut links like [this][].
 		}
 
+		$link_id =~ s{[ ]?\n}{ }g; # turn embedded newlines into spaces
+
 		if (defined $g_urls{$link_id}) {
 			my $url = $g_urls{$link_id};
 			$url =~ s! \* !$g_escape_table{'*'}!gx;		# We've got to encode these to avoid

Reply via email to