summaryrefslogtreecommitdiffstats
path: root/tracker/parse-complex-structures.mdwn
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-12-14 23:30:16 +0100
committerGustav Eek <gustav.eek@fripost.org>2020-01-06 16:25:18 +0100
commit926db30b62cae327398e9971605051680710b21a (patch)
tree34d698504f50a4cc8d70e7d1c2d7d230aedf1e85 /tracker/parse-complex-structures.mdwn
parent9b611caf3208ea05988f4d0bdeacac9eb0c0e59d (diff)
Tracker. Collect issues and ideas in tracker
Collect a broad series of possible improvements to Pandoc Ikiwiki plugin management of meta block attributes. The issues are best consumed via the collection page: *issues.mdwn*. Also main tracker document added.
Diffstat (limited to 'tracker/parse-complex-structures.mdwn')
-rw-r--r--tracker/parse-complex-structures.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/tracker/parse-complex-structures.mdwn b/tracker/parse-complex-structures.mdwn
new file mode 100644
index 0000000..0dfac34
--- /dev/null
+++ b/tracker/parse-complex-structures.mdwn
@@ -0,0 +1,22 @@
+% Support of complex meta structures
+
+In Plugin, add support in *unwrap_c* for support of the structure:
+*MetaList* with 2 x *MetaMap* with keys pointing to *MetaInlines*:
+
+ ---
+ references:
+ - id: refone
+ title: Ref-MetaInlines-in-MetaList
+ - id: reftwo
+ title: Ref-MetaInlines-in-MetaList
+ ...
+
+Actually it sounds complex but this fix should also be needed for the
+simpler example of *MetaMap* with keys pointing at *MetaInlines*:
+
+ ---
+ experiment:
+ key_first: Värde
+ key_second: värde
+ ...
+