------------------------------------- lines 6-38 of file: example/dedent.rs ------------------------------------- {xrst_begin literal_dedent_example} Example Using dedent in Literal Command ####################################### Example Without dedent ********************** In this literal example the output lines are exactly as they appear in the display file: {xrst_literal , // BEGIN_SQUARE, // END_SQUARE } Example Where dedent Does Not Match *********************************** In this literal example the leading spaces are removed: {xrst_literal , % // BEGIN_TRIANGULAR, // END_TRIANGULAR } Example Where dedent Matches **************************** In this literal example the leading spaces, the dedent characters, and one space after the dedent characters are removed: {xrst_literal , /// // BEGIN_FACTORIAL, // END_FACTORIAL } This Example File ***************** {xrst_literal} {xrst_end literal_dedent_example}