Lines Matching refs:instructions

30         $instructions = p_get_instructions('This is ##monospace## text.');
31 $xhtml = p_render('xhtml', $instructions, $info);
45 $instructions = p_get_instructions('This is ^^superscripted^^ text.');
46 $xhtml = p_render('xhtml', $instructions, $info);
60 $instructions = p_get_instructions('This is ,,subscripted,, text.');
61 $xhtml = p_render('xhtml', $instructions, $info);
76 $instructions = p_get_instructions('= Top-level heading (1)');
77 $xhtml = p_render('xhtml', $instructions, $info);
92 $instructions = p_get_instructions('== This a test for creole 0.1 (2)');
93 $xhtml = p_render('xhtml', $instructions, $info);
108 $instructions = p_get_instructions('=== This is a Subheading (3)');
109 $xhtml = p_render('xhtml', $instructions, $info);
124 $instructions = p_get_instructions('==== Subsub (4)');
125 $xhtml = p_render('xhtml', $instructions, $info);
140 $instructions = p_get_instructions('===== Subsubsub (5)');
141 $xhtml = p_render('xhtml', $instructions, $info);
156 $instructions = p_get_instructions('= Top-level heading (1) =');
157 $xhtml = p_render('xhtml', $instructions, $info);
172 $instructions = p_get_instructions('== This a test for creole 0.1 (2) ==');
173 $xhtml = p_render('xhtml', $instructions, $info);
188 $instructions = p_get_instructions('=== This is a Subheading (3) ===');
189 $xhtml = p_render('xhtml', $instructions, $info);
204 $instructions = p_get_instructions('==== Subsub (4) ====');
205 $xhtml = p_render('xhtml', $instructions, $info);
220 $instructions = p_get_instructions('===== Subsubsub (5) =====');
221 $xhtml = p_render('xhtml', $instructions, $info);
236 …$instructions = p_get_instructions('You can make things **bold** or //italic// or **//both//** or …
237 $xhtml = p_render('xhtml', $instructions, $info);
253 $instructions = p_get_instructions($source);
254 $xhtml = p_render('xhtml', $instructions, $info);