State ID are not replace with the State Description when using composite states.
Steps to reproduce
Create a note with the following content:
stateDiagram-v2
First: 1st State
[*] --> First
First --> Second
First --> Third
state First {
[*] --> fir
fir --> [*]
}
state Second {
[*] --> sec
sec --> [*]
}
state Third {
[*] --> thi
thi --> [*]
}
Expected result
Actual result

Environment
- Operating system: MacOS 10.14.6
- Obsidian version: 0.12.3
Additional information
Removing First: 1st State will allow the diagram to display with the incorrect title.