summaryrefslogtreecommitdiffstats
path: root/tracker/parse-complex-structures.mdwn
blob: 0dfac3402403dff0e57a2fb9f99c2717330d7568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
    ...