elk
elk copied to clipboard
Add letter at beginning if ids begin with number.
This should fix all the problem I have with people sending me json graphs that need to be converted to elkt. Often these graphs have ids that begin with letters, which I cannot fix all the time.
My solution is to add n, p, e (depending on the type) to the ids.
TODOs
- [ ] Test this