Thanks, that seems to generate the appropriate LaTeX. But with the default template, I get an error: 

```
Error producing PDF.
! LaTeX Error: Environment RTL undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.193 \begin{RTL}
```

On Sunday, 24 April 2022 at 18:47:08 UTC+12 Albert Krewinkel wrote:
CommonMark with extensions (`commonmark_x`) has the *attribute*
extension, which allows to add the attributes before the block like so:

Lyndon Drake <isen...@gmail.com> writes:

```
{dir=rtl}
> This is a blockquote paragraph.
```

Pandoc currently doesn't support attributes on blockquote elements, so
the above is currently just a shorthand for a wrapping div:

```
::: {dir=rtl}
> This is a blockquote paragraph.
:::
```

The latter also works with "normal" pandoc Markdown.

--
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe e836 388d c0b2 1f63 1124

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b1aca139-53a8-4f7d-b6af-394463693812n%40googlegroups.com.