• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article Escape
2[quickbook 1.6]
3]
4
5[section Escape]
6
7'''
8<emphasis>Da do do do. Da da da da. That's all I have to say to you.</emphasis>
9'''
10
11This letter '''&#x3B1;''' should have a space either side of it.
12
13These should be properly encoded: \> \< \"
14
15[/ The following tests are based on internal knowledge of
16   how quickbook's id generator works. They make sure it
17   doesn't mess up escaped docbook. ]
18
19'''This <link linkend="$0">link</link> shouldn't be changed.'''
20
21'''
22Some other problematic links:
23<link linkend="$157">one</link>,
24<link linkend="$-256">two</link>,
25<link linkend="$text">three</link>.
26'''
27
28[template escapedtemplate <emphasis>This will be escaped</emphasis>]
29
30[`escapedtemplate]
31
32\\\[ generates \[.
33\\\] generates \].
34
35[endsect]
36