Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: match outermost parent type with deeper nested types Simplifying the regex expression. Previously from `a<b<c d, e f>>` it would ignore `a` and capture `b`, `c d` and `, e f`. Now it captures `a` and `b<c d, e f>`, which is disregarded as far as I can see. * feat: add test_mermaid_column_types * Revert "fix: match outermost parent type with deeper nested types" This reverts commit 3b9d1ee. * Revert "Revert "fix: match outermost parent type with deeper nested types"" This reverts commit 78d2891. * chore: formatting
- Loading branch information