Getting duplicated entries when looking for checkboxes #420
Unanswered
diegoroccia
asked this question in
Q&A
Replies: 1 comment
-
You need to take into account whether you are 'entering' the node or not. Something like: At the top of your walk function should work to remove the duplicates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Everyone
I need to parse a markdown file and look for the status of its checkboxes. I wrote this
but when I run it I get each entry twice
Is this expected? do you have suggestions on how to solve it or should I address the problem differently?
Beta Was this translation helpful? Give feedback.
All reactions