Change the latex env that represents markdown blockquote #9847
Unanswered
avidseeker
asked this question in
Q&A
Replies: 1 comment
-
Easiest approach would be to redefine the
Slightly harder would be to write a Lua filter that matches BlockQuote elements and outputs their contents surrounded by the appropriate raw LaTeX begin and end commands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pandoc translates markdown blockquotes
>
into\begin{quote}...\end{quote}
.How do I change that to
\begin{quotation}...\end{quotation}
?Beta Was this translation helpful? Give feedback.
All reactions