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
Describe the bug Generation of confluence content failing on specific code contents.
To Reproduce Steps to reproduce the behavior:
public class Interceptor { private String name; private Rule primary; private List<Rule> secondary; }
2.Generate confluence report with daux version >= 0.21.0
3.Generation fails with following message:
Content: 16 | private List<rule> secondary; 17 | } >18 | ]]></rule></ac:plain-text-body></ac:structured-macro> ^ 19 | <p>Each <code>Rule</code> contains a <code>Conditions</code> object which comes with the following 3 flavors:</p> 20 | <ac:structured-macro ac:name="code"><ac:parameter ac:name="language">java</ac:parameter><ac:plain-text-body><![CDATA[public class Rule { [ FAIL ]
Expected behavior Confluence page generated with code snippet
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
#362 test escaping for Collapsible in confluence
6c93051
#362 second try
961def4
#362 remove live test
cb82dd9
Thanks for the report, I was able to reproduce and fix this issue :
Sorry, something went wrong.
Fixed in https://github.com/dauxio/daux.io/releases/tag/0.21.3
No branches or pull requests
Describe the bug
Generation of confluence content failing on specific code contents.
To Reproduce
Steps to reproduce the behavior:
2.Generate confluence report with daux version >= 0.21.0
3.Generation fails with following message:
Expected behavior
Confluence page generated with code snippet
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: