public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Pandoc filter to always convert markdown quote block (with >) to LaTeX "\begin{quote}"
@ 2023-08-26 11:47 -
       [not found] ` <2a015fad-470a-45bc-8b5c-4b31ec1db746n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: - @ 2023-08-26 11:47 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1013 bytes --]



I just switched from pdftex to luatex and now some stuff is working 
differently.

In my markdown files I use quote blocks with *>* I'd like to always be 
converted to *\begin{quote}*

e.g. my note might look like this
*page-number 23 *
*> abc text other text *

*> second quote block *

because there's no newline before the first blockquote, LaTeX or Pandoc 
instead turn it into *\textgreater{}* which prints it as page-number "*23>abc 
text*"

How would a filter look that instead prints it as desired, so
*page-number 23 *
*\begin{quote} *
*abc text*
* \end{quote} *
*other text etc. *

Thanks!

-- 
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/2a015fad-470a-45bc-8b5c-4b31ec1db746n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1823 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-26 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-26 11:47 Pandoc filter to always convert markdown quote block (with >) to LaTeX "\begin{quote}" -
     [not found] ` <2a015fad-470a-45bc-8b5c-4b31ec1db746n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-08-26 12:30   ` 'Saku Laesvuori' via pandoc-discuss
     [not found]     ` <DCB96F73-E986-4C8F-A2D1-67521B05A357-fz/45XiaGUo8FY+3fohqFA@public.gmane.org>
2023-08-26 12:34       ` -
     [not found]         ` <6df4869d-77f3-40a7-b396-0555ace7cfaen-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-08-26 13:32           ` 'Saku Laesvuori' via pandoc-discuss
     [not found]             ` <C5F1072F-96A6-4551-9C21-84AB1339427B-fz/45XiaGUo8FY+3fohqFA@public.gmane.org>
2023-08-26 13:39               ` -

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).