I have problem with quotes in markdown. when i have something like this:
text
> quoted text
> > deeper layer
> > > even deeper layer
it works fine. but when there is a reply with a layer not so deep:
> quoted text
> > deeper layer
> > > even deeper layer
> > from second layer again
i see your point there
its not working as it should. its just appending the not so deeply quoted text to the current layer of blockquote.
How can i just get the layer of quotes of blockquote-tags before the current line?