Kaydet (Commit) c6864832 authored tarafından Fred Drake's avatar Fred Drake

add a comment explaining a particular text transformation

üst 758f5ea4
......@@ -158,6 +158,9 @@ sub do_cmd_hackscore{
sub codetext($){
my $text = "$_[0]";
# Make sure that "---" is not converted to "--" later when
# LaTeX2HTML tries converting em-dashes based on the conventional
# TeX font ligatures:
$text =~ s/--/-\-/go;
return $text;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment