Giter Club home page Giter Club logo

accord-internship-contract's People

Contributors

apanjain avatar

Watchers

 avatar

accord-internship-contract's Issues

Loading Lists Inside a Clause

Templatemark which is used for creating templates for contracts, provides us with two methods to iterate over lists, olist block (for an ordered list, similarly ulist block for an unordered list) and join block ( a simple implementation of for-loop).
These work fine as long as they are outside a clause block, but when inside the clause,

  • olist is not returning any result at all
  • join is returning items in the list but the output is malformatted.

The documentation is not much detailed and it does not contain examples for accessing elements inside a clause block.

I've also checked the source code on how these blocks are parsed, but no such difference is there.
These are the link to relevant files:-

  1. https://github.com/accordproject/markdown-transform/blob/master/packages/markdown-template/lib/combinators.js
  2. https://github.com/accordproject/markdown-transform/blob/master/packages/markdown-template/lib/toparserrules.js
  3. https://github.com/accordproject/markdown-transform/blob/master/packages/markdown-template/lib/TypeVisitor.js

Although, hardcoding items using the array index does work, and is implemented in the master branch.

Accessing primitive data types inside a list

If we declare an array of a primitive data type like String, we cannot access it inside a list.
I only found an example to access higher-level data types here.
Though we can access it inside a foreach iterator, there are not many formatting options available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.