summaryrefslogtreecommitdiffstats
path: root/tracker/parse-complex-structures.mdwn
diff options
context:
space:
mode:
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
+ ...
+