diff options
author | http://christian.amsuess.com/chrysn <chrysn@web> | 2012-06-28 16:18:39 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-28 16:18:39 -0400 |
commit | bf8b6fc5a82d9455955fae8aa4b10d3a82d67a47 (patch) | |
tree | 05b17aeaa1e0aec30f681767fe77b894fb26428f | |
parent | b93d75fa41a5bc5a2a9406afb343678a9c985bff (diff) | |
download | ikiwiki-bf8b6fc5a82d9455955fae8aa4b10d3a82d67a47.tar ikiwiki-bf8b6fc5a82d9455955fae8aa4b10d3a82d67a47.tar.gz |
(minor clarification after reading my comment again months later)
-rw-r--r-- | doc/todo/internal_definition_list_support.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/internal_definition_list_support.mdwn b/doc/todo/internal_definition_list_support.mdwn index 108b2ff48..f87dc653f 100644 --- a/doc/todo/internal_definition_list_support.mdwn +++ b/doc/todo/internal_definition_list_support.mdwn @@ -49,4 +49,6 @@ If there are no objections to that concept, I may try to start coding patches. O > =Orange= > Orange is a fruit. > -> (indented with four spaces). this makes definition lists a bit more attractive for definition harvesting. personally, i'd prefer a solution that works from the markup instead of plugins, as it integrates more naturally in the flow of designing a document, even though a plugin for explicitly stating invisible facts certainly has its purpose too. (think [[!wikipedia RDFa]] here ;-) ) --[[chrysn]] +> (indented with four spaces). this makes definition lists a bit more attractive for definition harvesting. +> +> personally, i'd prefer a solution that works from the markup'ed plain text instead of invisible directives, as it integrates more naturally in the flow of designing a document, even though a plugin for explicitly stating invisible facts certainly has its purpose too. (think [[!wikipedia RDFa]] here ;-) ) --[[chrysn]] |