diff options
author | http://hands.com/~phil/ <hands@web> | 2012-03-18 17:50:45 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-03-18 17:50:45 -0400 |
commit | d92a19ff0886ee8518e4ccfc79a2c64feeac7213 (patch) | |
tree | f9ce3b54a8352b9c0d74ceee5bccd64a27fb56d4 /doc/todo | |
parent | b2471aa729388243e598d389044d14fe86d5a7d5 (diff) | |
download | ikiwiki-d92a19ff0886ee8518e4ccfc79a2c64feeac7213.tar ikiwiki-d92a19ff0886ee8518e4ccfc79a2c64feeac7213.tar.gz |
fix plugins/mdwn wikilink
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/internal_definition_list_support.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/internal_definition_list_support.mdwn b/doc/todo/internal_definition_list_support.mdwn index 4550e4e32..f41f4d8a2 100644 --- a/doc/todo/internal_definition_list_support.mdwn +++ b/doc/todo/internal_definition_list_support.mdwn @@ -1,4 +1,4 @@ -While ikiwiki can support definition lists (`dl/dt/dd`) through [[multimarkdown|mdwn]], it doesn't actually /do/ anything with those valuable definitions. It would be interesting for third party plugins to have access to this stuff as a proper data structure. This is what allows MoinMoin to have plugins that collect that data across multiple pages and tabulate it, for example. +While ikiwiki can support definition lists (`dl/dt/dd`) through [[multimarkdown|plugins/mdwn]], it doesn't actually /do/ anything with those valuable definitions. It would be interesting for third party plugins to have access to this stuff as a proper data structure. This is what allows MoinMoin to have plugins that collect that data across multiple pages and tabulate it, for example. What I am proposing here is that the [[variables exported to plugins|plugins/write/#index6h2]] be extended to include a `%dictionnaries` hash. For a markup like this: |