Classic Regex, Is there a way to capture lines starting with `> >` and `> ` separately into different groups?
Obsidian to Anki has one of the most horrifying regex setup I have seen.
It involves the idea of capturing a whole segment of text that will be used for flashcard, then regexing inside it for questions (first capture group) and answers (second capture group).