diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-09 19:14:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-09 19:14:55 -0400 |
commit | f3bfa1a79763c5dad1ca415c902ea51b6bccce83 (patch) | |
tree | 7da9e2b9c60316ccb45241142784084f4868403e /doc/ikiwiki/directive/map/discussion.mdwn | |
parent | a473cb2f74738d369130135b8c3ce0f6ef66af02 (diff) | |
parent | 484e42fd48f0bc6a1d9b7b27f2e5baf5a2ff8200 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/ikiwiki/directive/map/discussion.mdwn')
-rw-r--r-- | doc/ikiwiki/directive/map/discussion.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/map/discussion.mdwn b/doc/ikiwiki/directive/map/discussion.mdwn new file mode 100644 index 000000000..808930fa4 --- /dev/null +++ b/doc/ikiwiki/directive/map/discussion.mdwn @@ -0,0 +1,13 @@ +Question: Is there a way to generate a listing that shows *both* title and description meta information? Currently, a \[\[!map ...]] shows only one of the two, but I'd like to generate a navigation that looks like a description list. For example: + + * This is the title meta information. + + This is the description meta information + + * This is another title. + + And so on ... + +Is that possible? + +--Peter |