Hello S., and all,
With the last version (V1.2023.0), we can now have:
@startjson
<style>
.ok {
BackGroundColor green
FontColor white
FontStyle italic
}
.ko {
BackGroundColor red
FontColor white
FontStyle italic
}
</style>
#highlight task1/status <<ok>>
#highlight task2/status <<ko>>
{
"task1":{
"status":"success"
},
"task2":{
"status":"failed"
}
}
@endjson
Thanks to PlantUML team.
Regards.