Closed tomschr closed 1 year ago
If you have the following structure:
<step> <para>Third step. The following substeps are optional (except one):</para> <substeps performance="optional"> <step> <para>First substep</para> </step> <step> <para>Second substep</para> </step> <step performance="required"> <para>Required third step</para> </step> </substeps> </step>
It marks all substeps as optional except the third one. See example from HTML (similar for PDF):
substeps
If you have the following structure:
It marks all
substeps
as optional except the third one. See example from HTML (similar for PDF):