File: escaping

package info (click to toggle)
libpod-thread-perl 3.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,060; makefile: 3
file content (51 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[name]
Special character escaping

[options]
contents 1
navbar 1

[input]
=head1 NAME

\foo[ - All about [ and \

=head1 FOO

Forward link to L</"ABOUT [ and \">

=head1 ABOUT [ and \

Some []s are \great.

    ][ are also \great in \verbatim.

[output]
\heading[\\foo\entity[91]][]

\h1[\\foo\entity[91]]

\class(subhead)[(All about \entity[91] and \\)]

\class(navbar)[
  \link[#S1][Foo]
  | \link[#S2][About \entity[91] and \\]
]

\h2[Table of Contents]

\number(packed)[\link[#S1][FOO]]
\number(packed)[\link[#S2][ABOUT \entity[91] and \\]]

\h2(#S1)[FOO]

Forward link to \link[#S2][ABOUT \entity[91] and \\]

\h2(#S2)[ABOUT \entity[91] and \\]

Some \entity[91]\entity[93]s are \\great.

\pre
[    \entity[93]\entity[91] are also \\great in \\verbatim.]

\signature