public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Bullet list PDF
@ 2013-10-22  0:04 Claudio Ruiz
       [not found] ` <fc123b1e-c73c-405d-ab6b-e500e7e7871f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Claudio Ruiz @ 2013-10-22  0:04 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1217 bytes --]

 

Hi there,

I'm a Pandown user (Sublime Text + Pandoc implementation in OSX). I have 
the problem when I need to create a list (let's say, when I write in 
Markdown a list) and I want to export the document as a PDF, because the 
output document doesn't recognise the bullet list despite to use the "- " 
or the "* " before each line. Just shows me in the PDF output document all 
the text as a paragraph. 

This is an example of how it convert a doc: http://d.pr/i/Ch9y

I've ask for help first at the Pandown community, but apparently it's 
something about pandoc itself. What do you think?

Best,

— Claudio

-- 
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/fc123b1e-c73c-405d-ab6b-e500e7e7871f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[-- Attachment #2: Type: text/html, Size: 1561 bytes --]

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

* Re: Bullet list PDF
       [not found] ` <fc123b1e-c73c-405d-ab6b-e500e7e7871f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2013-10-22  0:14   ` Jérôme Desquilbet
       [not found]     ` <5265C350.8030508-0SYJWUjRgMjOQU1ULcgDhA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jérôme Desquilbet @ 2013-10-22  0:14 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

> output document doesn't recognise the bullet list despite to use the "-
> " or the "* " before each line.

Hi, try with a blank line before the first -
   J.


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

* Re: Bullet list PDF
       [not found]     ` <5265C350.8030508-0SYJWUjRgMjOQU1ULcgDhA@public.gmane.org>
@ 2013-10-22  0:38       ` John MacFarlane
  0 siblings, 0 replies; 3+ messages in thread
From: John MacFarlane @ 2013-10-22  0:38 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

+++ Jérôme Desquilbet [Oct 22 13 02:14 ]:
> >output document doesn't recognise the bullet list despite to use the "-
> >" or the "* " before each line.
> 
> Hi, try with a blank line before the first -


You can also invoke pandoc with

    pandoc -f markdown+lists_without_preceding_blankline

if you want that to parse as a list.
Note, however, that almost all markdown implementations would
do as pandoc does to that input.

http://johnmacfarlane.net/babelmark2/?normalize=1&text=A+list%3F%0A-+one%0A-+two%0A

-- 
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/20131022003833.GA16294%40protagoras.phil.berkeley.edu.
For more options, visit https://groups.google.com/groups/opt_out.


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

end of thread, other threads:[~2013-10-22  0:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-22  0:04 Bullet list PDF Claudio Ruiz
     [not found] ` <fc123b1e-c73c-405d-ab6b-e500e7e7871f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2013-10-22  0:14   ` Jérôme Desquilbet
     [not found]     ` <5265C350.8030508-0SYJWUjRgMjOQU1ULcgDhA@public.gmane.org>
2013-10-22  0:38       ` 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).