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 52 53 54 55 56 57 58 59 60
|
pod
head1
@title
"NAME"
text
@text
"220-mixed-sequences"
head1
@title
"TESTCASES"
text
@text
"This is "
B<
"bold and "
I<
"bold italic"
>
>
"."
text
@text
"This is "
I<
"italic and "
B<
"bold italic"
>
>
"."
text
@text
"This is code with a replacable text as italic: "
C<
"function("
I<
"argument"
>
")"
>
"."
text
@text
"This is an bold with embedded escapes: "
B<
"bold "
E<
"amp"
>
" bold"
>
"."
text
@text
"Code within non-breaking space sequence: "
S<<
C<<
"code code code"
>>
>>
|