public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Is there a way to have line breaks instead of paragraph breaks in docx output lists?
@ 2015-01-05 15:47 Phil
       [not found] ` <767ecd63-fafe-4c68-a91a-2003a7db5700-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Phil @ 2015-01-05 15:47 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

If I export markdown to docx, lists show in the output docx as:

1. One

2. Two

3. Three

I would like them to show like this:

1. One
2. Two
3. Three

Is there any way to achieve this?

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 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/767ecd63-fafe-4c68-a91a-2003a7db5700%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Is there a way to have line breaks instead of paragraph breaks in docx output lists?
       [not found] ` <767ecd63-fafe-4c68-a91a-2003a7db5700-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-01-05 17:58   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2015-01-05 17:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Pandoc will produce less space between items if your list is
"tight" in the input, with no blank lines between the items:

1. one
2. two
3. three

If that is still too much space, you may be able to adjust
in styles (see documentation on --reference-docx).

Also be sure you're using up-to-date pandoc.

+++ Phil [Jan 05 15 07:47 ]:
>   If I export markdown to docx, lists show in the output docx as:
>   1. One
>   2. Two
>   3. Three
>   I would like them to show like this:
>   1. One
>   2. Two
>   3. Three
>   Is there any way to achieve this?
>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To post to this group, send email to
>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To view this discussion on the web visit
>   [3]https://groups.google.com/d/msgid/pandoc-discuss/767ecd63-fafe-4c68-
>   a91a-2003a7db5700%40googlegroups.com.
>   For more options, visit [4]https://groups.google.com/d/optout.
>
>References
>
>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   3. https://groups.google.com/d/msgid/pandoc-discuss/767ecd63-fafe-4c68-a91a-2003a7db5700-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


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

end of thread, other threads:[~2015-01-05 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-05 15:47 Is there a way to have line breaks instead of paragraph breaks in docx output lists? Phil
     [not found] ` <767ecd63-fafe-4c68-a91a-2003a7db5700-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-01-05 17:58   ` John MacFarlane

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).