Aman Sharma
Aman Sharma
Where did you get the CiceroMark for testing? If you got it from a latest template, change the variable transformer to enclose variables in `""`.
First of all, that `acceptance-of-delivery.json` is parsed from an older version of the template. You might want to update that. Next, if the latest parsed CiceroMark still encloses its variables...
Exactly my point :)
@K-Kumar-01 from now, don't mention issue numbers in every commit you push. As you can see, it has cluttered this PR. I think mentioning the issue number should only be...
We would probably need something like this. My suggestion may be wrong because I don' clearly understand the difference between a clause and a contract. ```json { "$class": "org.accordproject.commonmark.Document", "identfier":...
The branch [`algoo-ooxml`](https://github.com/accordproject/markdown-transform/tree/algoo-ooxml) currently only comprises of `OOXML -> CiceroMark` transformer and it has only been perfected for `[email protected]`. ### Currently parsed entities It transfers the following OOXML entities into...
@jeromesimeon I think we will first have to create a data type for this which I guess makes it a concerto issue. Then we can handle the parsing in cicero.
> I'm thinking we could probably add this as a base function for all APIs Do you mean adding this implementation in all the APIs which extend from `PlatformAPI`? That...
I tried to approach this problem in a different way. Earlier, I was lowercasing name and URL in any function they appeared. Now, I have written a failing test case...
Can we please add a good-first-issue label here? We can then ask new contributors to work on this :)