Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created July 10, 2022 23:00
Show Gist options
  • Save treyharris/9c004af0a7960f9ec9d618b2837883f4 to your computer and use it in GitHub Desktop.
Save treyharris/9c004af0a7960f9ec9d618b2837883f4 to your computer and use it in GitHub Desktop.

Let's try some quotes:

This is a quote 1.

This is a quote 2. Can I go back to quote 1? No, because Markdown doesn't allow that.

Can I go to quote 3? Yes. But how about quote 1 again? Nope—you can never go back a level.

That's unfortunately just how Markdown works.

Raw md text for reference

So you don't have to switch between tabs:

> This is a quote 1.
> > This is a quote 2.
> Can I go back to quote 1? No, because Markdown doesn't allow that.
> > > Can I go to quote 3? Yes.
> But how about quote 1 again? Nope—you can never go back a level.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment