diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-08 19:48:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-08 19:48:00 +0000 |
commit | 1eb59c47606c733be40cbf8923fb00b3210cc667 (patch) | |
tree | 711d36a2a3ac6e96566de7af1a78df02c70e0e04 /doc/plugins | |
parent | 2c3eceab34808a0efccc883a968ff1198b2f4596 (diff) |
* Add "reverse" option to inline to invert sort orders.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/inline.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn index cd76fd286..8b8241ca2 100644 --- a/doc/plugins/inline.mdwn +++ b/doc/plugins/inline.mdwn @@ -46,3 +46,4 @@ directive: itself). * `sort` - Controls how inlined pages are sorted. The default, "age" is to sort newest pages first. Setting it to "title" will sort pages by title. +* `reverse` - If set to "yes", causes the sort order to be reversed. |