1
2=Embedded
3
4Literal text with an \EMBED{lang=html}<i>embedded</i>\END_EMBED part.
5
6Here we go for more.
7
8\EMBED{lang=HTML}
9
10<i>This is embedded <b>HTML</b>.</i>
11
12\END_EMBED
13
14Here the literal \EMBED{lang=perl}"text"\END_EMBED continues.
15
16\EMBED{lang=PERL}
17
18# build a message
19my $msg="Perl may be embedded as well.";
20
21# and supply it
22$msg;
23
24\END_EMBED
25
26\EMBED{lang=filtered}This part should be filtered out.\END_EMBED
27
28Perl Point \EMBED{lang=pp}can \EMBED{lang=pp}be \EMBED{lang=pp}nested\END_EMBED\END_EMBED\END_EMBED.
29
30Well.