Hello :)
I observed an unexpected behavior using PlantUML Version 1-2024.3.
I like the small arrows renderings in the text when drawing component diagrams.
However, it seems to be either partly broken or it was never intended to work like this.
I created an showcase diagram for what I mean (illustrates it far easier than describing it):
@startuml missing_up_arrows
title Missing up arrows
component A
component B
component C
component D
A -up-> B : > up arrow **missing**
B <-down- A : < up arrow works
B -right-> C : > right arrow works
C -down-> D : > down arrow works
D -left-> A : > left arrow **missing**
A <-right- D : < left arrow works
@enduml
I expected the two arrows to also display the little text arrow correctly.
Best regards
Max