Rafaeltheraven
Rafaeltheraven
The skip regex matches white space, as well as comments (`//` and `/* */` style). IIRC I got it from one of the issues on this repo. Simplifying it down...
Update, simplifying the regex to `[a-zA-Z][a-zA-Z0-9]*\s*:` gives the exact same issues.
Just ran into this as well. The issue only happens for edge labels, node labels are properly inserted raw. :edit: seems to happen in math mode as well. There's a...
Did some investigation and I've found the cause of both problems (eating backslashes and duplicate labels). 1. The reason why labels on vertices aren't affected is because drawing of edges...