summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/simple_markup-1_5.quickbook
blob: c8277fb328b63e4771b09caddeee675150bd5b91 (plain)
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
[article Simple Markup Test
[quickbook 1.5]
]

[def _macro_ replaced]

[section Simple Markup]

/italic/ *bold* _underline_ =teletype=

//not italic// **not bold** __not underline__ ==not teletype==

_odd__ edge case_

not__underlined__hopefully

(*bold*) _und/er/lined_

/all/italic/ * not bold*

/not italic [@http://www.boost.org/ *bold*]

not_underlined_

_Should not underline '''escaped''' markup_.
_or this '''escaped_ markup''' form.

=Matti  Meik\u00E4l\u00E4inen=

=_macro_=

__macro__

=_mac\ ro_=

/italic\/

These shouldn't be interepted as markup: == // **

=<= =\<= =\\<=

[endsect]