I'm having an issue where Dendron is "creating" no...
# questions
l
I'm having an issue where Dendron is "creating" nodes in my tree view that are just the trailing character of its parent node. For example:
Copy code
testing
 - g
   - meetings
     - 2022
       - 2
         - August
 - g
It's definitely not consistent and I can't figure out a way to resolve it. Sometimes it's duplicated (note the two
- g
above) Any ideas? I tried searching in the issue tracker but came up with nothing.