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
details
Example:
<ac:structured-macro ac:name="details" ac:schema-version="1" data-layout="default" ac:local-id="..." ac:macro-id="..."> <ac:parameter ac:name="id">...</ac:parameter> <ac:rich-text-body> <table data-layout="default"> <colgroup> <col style="width: 99.0px;"/> <col style="width: 627.0px;"/> </colgroup> <tbody> <tr> <td> <p> <strong>...</strong> </p> </td> <td> <p> <time datetime="2021-03-31"/> </p> </td> </tr> <tr> <td> <p> <strong>...</strong> </p> </td> <td> <p>...</p> </td> </tr> <tr> <td> <p> <strong>...</strong> </p> </td> <td> <p>...</p> </td> </tr> <tr> <td> <p> <strong>...</strong> </p> </td> <td> <ul> <li> <p> <ac:link> <ri:user ri:userkey="..."/> </ac:link> </p> </li> <li> <p> <ac:link> <ri:user ri:userkey="..."/> </ac:link> </p> </li> <li> <p> <ac:link> <ri:user ri:userkey="..."/> </ac:link> </p> </li> <li> <p> <ac:link> <ri:user ri:userkey="..."/> </ac:link> </p> </li> <li> <p><ac:link><ri:user ri:userkey="..."/></ac:link> </p> </li> <li> <p><ac:link><ri:user ri:userkey="..."/></ac:link> </p> </li> <li> <p> <ac:link> <ri:user ri:userkey="..."/> </ac:link> </p> </li> <li> <p><ac:link><ri:user ri:userkey="..."/></ac:link> </p> </li> <li> <p><ac:link><ri:user ri:userkey="..."/></ac:link> </p> </li> <li> <p><ac:link><ri:user ri:userkey="..."/></ac:link> </p> </li> <li> <p><ac:link><ri:user ri:userkey="..."/></ac:link> </p> </li> </ul> </td> </tr> </tbody> </table> </ac:rich-text-body> </ac:structured-macro>
Parameters: id, hidden
The text was updated successfully, but these errors were encountered:
Add processors for "details" and "detailsummary" macros
b123ddc
Fixes - #101 - #103
Add details and details summary macro (#126)
918eca3
* Add processors for "details" and "detailsummary" macros Fixes - #101 - #103 * Register macros * Add new templates to README --------- Co-authored-by: Robert Vogel <[email protected]>
Add include and attachment macros (#125)
ea18389
* Add processors for "details" and "detailsummary" macros Fixes - #101 - #103 * Register macros * Add new templates to README * Add processors for "attachments", "include" and "excerpt-inlcude" * Add ExcerptInclude template * Final implementation --------- Co-authored-by: Robert Vogel <[email protected]>
No branches or pull requests
Example:
Parameters: id, hidden
The text was updated successfully, but these errors were encountered: