Thanks, folks! On Friday, October 3, 2014 10:42:02 AM UTC-4, Jesse Rosenthal wrote: > > > Ken Kleinman > writes: > > > I suppose the dumb obvious workaround would be to insert some text like > > "PAGEBREAK" and then do a replace all in Word. Duh. > > Or put PAGEBREAK on a line by itself in your markdown source, and then > instead of the H1 filter I suggested before, just replace it in the > filter: > > ~~~ > insertPgBrks :: Block -> Block > insertPgBrks (Para [Str "PAGEBREAK"]) = pgBrkBlock > insertPgBrks blk = blk > > main = toJSONFilter insertPgBrks > ~~~ > -- 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c4a5f8d6-a674-4ffd-8f90-afa87647f069%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.