11 Matching Annotations
  1. Feb 2025
  2. Aug 2022
  3. May 2022
  4. Apr 2021
  5. Mar 2021
  6. Jun 2020
  7. Mar 2020
    1. On top of standard Markdown blockquotes, which require prepending > to quoted lines, GFM supports multiline blockquotes fenced by >>>:

      First sighting of this >>>. I like it! It's always a pain to paste in a quote and then have to manually prefix every line with >, esp. if there are many lines.

      I also like that it very nicely parallels the multilne code block delimeter syntax.