comparison tests/test-extension.out @ 9291:cd5b6a11b607

minirst: indent literal blocks with two spaces The vast majority* of them are formatted like this in the source, so this basically reverts the output to how it looked before we got the minirst parser. *: the help on templating use four spaces for some examples and will now shown with an indentation of just two spaces.
author Martin Geisler <mg@lazybytes.net>
date Sun, 02 Aug 2009 17:17:17 +0200
parents 98d90ad54749
children b0f447a259ab
comparison
equal deleted inserted replaced
9290:26fb5b0a4424 9291:cd5b6a11b607
31 foo: 31 foo:
32 yet another foo command 32 yet another foo command
33 33
34 enabled extensions: 34 enabled extensions:
35 35
36 debugextension only debugcommands 36 debugextension only debugcommands
37 37
38 global options: 38 global options:
39 -R --repository repository root directory or symbolic path name 39 -R --repository repository root directory or symbolic path name
40 --cwd change working directory 40 --cwd change working directory
41 -y --noninteractive do not prompt, assume 'yes' for any required answers 41 -y --noninteractive do not prompt, assume 'yes' for any required answers
61 foo: 61 foo:
62 yet another foo command 62 yet another foo command
63 63
64 enabled extensions: 64 enabled extensions:
65 65
66 debugextension only debugcommands 66 debugextension only debugcommands
67 67
68 global options: 68 global options:
69 -R --repository repository root directory or symbolic path name 69 -R --repository repository root directory or symbolic path name
70 --cwd change working directory 70 --cwd change working directory
71 -y --noninteractive do not prompt, assume 'yes' for any required answers 71 -y --noninteractive do not prompt, assume 'yes' for any required answers