blob: 9f0a5946f6bda323553c91ebaa73a584f2fb93a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[name]
Quote escaping
[input]
=head1 Quote escaping
Don't escape `this' but do escape C<`this'> (and don't surround it in quotes).
[output]
.SH "Quote escaping"
.IX Header "Quote escaping"
Don't escape `this' but do escape \f(CW\`this\*(Aq\fR (and don't surround it in quotes).
|