I'm trying to mimic a Use Case Description using salt. This is what I'd like to achieve.
I've come up with this
@startsalt
{#
Nome | .
Descrizione | .
Attori | .
Precondizioni | .
Postcondizioni | .
Flusso di controllo principale | .
Flussi di controllo alternativi | {T+
# Step1 | .
## SubStep1 | .
### SSubStep1 | .
### SSubStep2 | .
### SSubStep3 | .
}
Eccezioni | .
}
@endsalt
Is there a better way to do it? Am I missing something?
Thank you for this amazing tool.