Skip to content

Commit

Permalink
special case for links in <code> blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Sep 17, 2010
1 parent b2b938b commit 89a5e29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-new-structure
Expand Up @@ -118,6 +118,9 @@ sub handle_divs {
push @lines, $line;
$line = '';
}
elsif ($fragment->{'name'} eq 'a') {
$line .= handle_spans([$fragment]);
}
}
if ($line ne '') {
$line =~ s/^\s*\n//;
Expand Down

0 comments on commit 89a5e29

Please sign in to comment.