redous1

Results 3 comments of redous1

It supports one level now. I think you need to change the regex from `(> )?` to `(> )*`, allowing 0 or more matches instead of 0 or 1.

I tested it. The above change makes nested callouts work.

Any chance you could implement the change I proposed [here](https://github.com/uphy/obsidian-reminder/issues/91#issuecomment-1161295881)? I haven't experienced any noticeable slowdown regardless of the repetition operator.