diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2020-01-06 13:39:24 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2020-01-06 16:26:00 +0100 |
commit | b0703044d7546e87cbb6dcc0d272340330f95f9f (patch) | |
tree | 5db631e69d7e87c76bf816397fbfcd7aaaf32004 | |
parent | 9defae78d997214c9231c154f1828e5dda4f5f54 (diff) |
Tracker. Done. Parse complex structures
-rw-r--r-- | tracker/parse-complex-structures.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tracker/parse-complex-structures.mdwn b/tracker/parse-complex-structures.mdwn index 0dfac34..6a13927 100644 --- a/tracker/parse-complex-structures.mdwn +++ b/tracker/parse-complex-structures.mdwn @@ -1,4 +1,8 @@ -% Support of complex meta structures +--- +title: Support of complex meta structures +directives: | + [[!tag done]] +... In Plugin, add support in *unwrap_c* for support of the structure: *MetaList* with 2 x *MetaMap* with keys pointing to *MetaInlines*: @@ -19,4 +23,3 @@ simpler example of *MetaMap* with keys pointing at *MetaInlines*: key_first: Värde key_second: värde ... - |