Lines Matching refs:p_get_instructions
30 $instructions = p_get_instructions('This is ##monospace## text.');
45 $instructions = p_get_instructions('This is ^^superscripted^^ text.');
60 $instructions = p_get_instructions('This is ,,subscripted,, text.');
76 $instructions = p_get_instructions('= Top-level heading (1)');
92 $instructions = p_get_instructions('== This a test for creole 0.1 (2)');
108 $instructions = p_get_instructions('=== This is a Subheading (3)');
124 $instructions = p_get_instructions('==== Subsub (4)');
140 $instructions = p_get_instructions('===== Subsubsub (5)');
156 $instructions = p_get_instructions('= Top-level heading (1) =');
172 $instructions = p_get_instructions('== This a test for creole 0.1 (2) ==');
188 $instructions = p_get_instructions('=== This is a Subheading (3) ===');
204 $instructions = p_get_instructions('==== Subsub (4) ====');
220 $instructions = p_get_instructions('===== Subsubsub (5) =====');
236 …$instructions = p_get_instructions('You can make things **bold** or //italic// or **//both//** or …
253 $instructions = p_get_instructions($source);