Commit ae712880 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix reST syntax, again.

parent e41e74f8
...@@ -171,21 +171,21 @@ directory of referencing file, or current working directory for command line. ...@@ -171,21 +171,21 @@ directory of referencing file, or current working directory for command line.
- foo/dev.cfg:: - foo/dev.cfg::
--error-detail --error-detail
@site.cfg @ site.cfg
--stats --stats
- foo/site.cfg:: - foo/site.cfg::
--default Front-office --default Front-office
# This is a comment # This is a comment
--prefix "+Back office" "/back(/|$|\?)" # This is another comment --prefix "+Back office" "/back(/|$|\?)" # This is another comment
--skip-prefix "/baz/ignored(/|$|\?)" --prefix +Something "/baz(/|$|\?)" --skip-prefix "/baz/ignored(/|$|\?)" --prefix +Something "/baz(/|$|\?)"
- command line:: - command line::
apachedex --skip-base "/ignored(/|$|\?)" @foo/dev.cfg --out index.html apachedex --skip-base "/ignored(/|$|\?)" @foo/dev.cfg --out index.html
access.log access.log
This is equivalent to:: This is equivalent to::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment