We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly generates pdf with optional variable content.
Optional or conditional content does not appear in the pdf.
Creates a stack object in pdfmake format which pdfmake ignores.
stack
Go to the latedeliveryandpenalty clause.
latedeliveryandpenalty
Use the markdown transform to parse the clause text and render it to pdf:
markus transform --from markdown_cicero --via data --to pdf --input text/sample.md --template text/grammar.tem.md --model model/clause.cto --contract --output out.pdf
The generated output does not show the except for Force Majeure cases, part.
except for Force Majeure cases,
out.pdf
The text was updated successfully, but these errors were encountered:
jeromesimeon
Successfully merging a pull request may close this issue.
Bug Report 🐛
Expected Behavior
Properly generates pdf with optional variable content.
Current Behavior
Optional or conditional content does not appear in the pdf.
Possible Solution
Creates a
stack
object in pdfmake format which pdfmake ignores.Steps to Reproduce
Go to the
latedeliveryandpenalty
clause.Use the markdown transform to parse the clause text and render it to pdf:
The generated output does not show the
except for Force Majeure cases,
part.out.pdf
The text was updated successfully, but these errors were encountered: