Why does a paragraph after a quote block not respect the `first-line-indent` property?

Code block:

#quote(
  attribution: [Edward Segel & Jeffery Heer],
  block: true,
)[#text(
    weight: "bold",
  )[Data stories appear to be most effective when they have constrained interaction at various checkpoints within a narrative, allowing the user to explore the data without veering too far from the intended narrative.
  ]
]


#par(
  first-line-indent: 2.5em,
)[In other words, they're not exploration tools but narrative experiences that provide context and direction, not just a pile of numbers and charts.]

PDF Screenshot:

I want the paragraph after quote with block to have indent. I could use “\” but seems hacky. What is a better approach?

Silly me, I just had to do this:

#set par(first-line-indent: (amount: 2.5em, all: true))
1 Like

Hi Saman and welcome to the forum!
You could mark your own reply as the answer, so that others know this question has been answered.

1 Like