]> git.g-eek.se Git - ikiwiki-pandoc.git/commit
Feature. Support of complex meta structures
authorGustav Eek <gustav.eek@fripost.org>
Mon, 20 Jan 2020 17:30:31 +0000 (18:30 +0100)
committerGustav Eek <gustav.eek@fripost.org>
Mon, 20 Jan 2020 17:51:53 +0000 (18:51 +0100)
commit0ca9a45f4eaf434c27e0065580808555a8813eb8
tree425c18dce368169d15b3f780b9a5e60326b2ffd5
parent1b3ea49dd7e5d2152242ac911159463d34a14bd3
Feature. Support of complex meta structures

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
    ...
pandoc.pm