John Keeping <john@xxxxxxxxxxxxx> writes: > diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt > index d1844ea..68bca1a 100644 > --- a/Documentation/git-fast-import.txt > +++ b/Documentation/git-fast-import.txt > @@ -427,7 +427,7 @@ they made it. > > Here `<name>` is the person's display name (for example > ``Com M Itter'') and `<email>` is the person's email address > -(``cm@xxxxxxxxxxx''). `LT` and `GT` are the literal less-than (\x3c) > +(``\cm@xxxxxxxxxxx''). `LT` and `GT` are the literal less-than (\x3c) I seem to be getting (<tt>`\cm@xxxxxxxxxxx''). `LT</tt> and <tt>GT</tt> are the literal less-than (\x3c) out of this part in the resulting HTML output, which is probably not what you wanted to see. I have a feeling that it might be a better solution to stop using these pretty quotes. It's not like we use them a lot and a quick scanning of "git grep '``'" output seems to tell me that many of them should be `monospace output`, and the rest (mostly references to section headers) can be "Section". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html