public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Quotes, apostrophes and emphasis
@ 2015-06-12 16:50 Thomas Hodgson
       [not found] ` <1f3b18f5-ad6d-4fff-b2d9-0d33f478da43-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hodgson @ 2015-06-12 16:50 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

I ran into the issue discussed 
here https://github.com/jgm/pandoc/issues/360 with emphasis and quotes. My 
case is of the form "*foo*'s 'foo'" I was wondering if it is likely to be 
fixed, or if there is a workaround of some sort. I noticed that 
multimarkdown seems to get it right, at least for my case and writing to 
HTML.

-- 
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/1f3b18f5-ad6d-4fff-b2d9-0d33f478da43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Quotes, apostrophes and emphasis
       [not found] ` <1f3b18f5-ad6d-4fff-b2d9-0d33f478da43-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-12 17:56   ` John MacFarlane
       [not found]     ` <20150612175622.GA11432-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2015-06-12 17:56 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Submit a bug report with this example, and I can look into
it.

Reliable workaround would be just to use a ’ character in
the source where pandoc is getting it wrong.

+++ Thomas Hodgson [Jun 12 15 09:50 ]:
>   I ran into the issue discussed
>   here https://github.com/jgm/pandoc/issues/360 with emphasis and quotes.
>   My case is of the form "*foo*'s 'foo'" I was wondering if it is likely
>   to be fixed, or if there is a workaround of some sort. I noticed that
>   multimarkdown seems to get it right, at least for my case and writing
>   to HTML.
>
>   --
>   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/1f3b18f5-ad6d-4fff-
>   b2d9-0d33f478da43%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/1f3b18f5-ad6d-4fff-b2d9-0d33f478da43-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout

-- 
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/20150612175622.GA11432%40localhost.hsd1.ca.comcast.net.
For more options, visit https://groups.google.com/d/optout.


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

* Re: Quotes, apostrophes and emphasis
       [not found]     ` <20150612175622.GA11432-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2015-06-12 20:22       ` Thomas Hodgson
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hodgson @ 2015-06-12 20:22 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

Thank-you. I’ve submitted a report: 
https://github.com/jgm/pandoc/issues/2228

I will use the solution you suggest.

On Friday, 12 June 2015 12:56:38 UTC-5, John MacFarlane wrote:
>
> Submit a bug report with this example, and I can look into 
> it. 
>
> Reliable workaround would be just to use a ’ character in 
> the source where pandoc is getting it wrong. 
>
> +++ Thomas Hodgson [Jun 12 15 09:50 ]: 
> >   I ran into the issue discussed 
> >   here https://github.com/jgm/pandoc/issues/360 with emphasis and 
> quotes. 
> >   My case is of the form "*foo*'s 'foo'" I was wondering if it is likely 
> >   to be fixed, or if there is a workaround of some sort. I noticed that 
> >   multimarkdown seems to get it right, at least for my case and writing 
> >   to HTML. 
> > 
> >   -- 
> >   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-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To post to this group, send email to 
> >   [2]pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To view this discussion on the web visit 
> >   [3]
> https://groups.google.com/d/msgid/pandoc-discuss/1f3b18f5-ad6d-4fff- 
> >   b2d9-0d33f478da43%40googlegroups.com. 
> >   For more options, visit [4]https://groups.google.com/d/optout. 
> > 
> >References 
> > 
> >   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   2. mailto:pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   3. 
> https://groups.google.com/d/msgid/pandoc-discuss/1f3b18f5-ad6d-4fff-b2d9-0d33f478da43-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer 
> >   4. https://groups.google.com/d/optout 
>
>

-- 
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/25c96364-ba51-4281-9ad2-8bc817469ef8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2015-06-12 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 16:50 Quotes, apostrophes and emphasis Thomas Hodgson
     [not found] ` <1f3b18f5-ad6d-4fff-b2d9-0d33f478da43-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-12 17:56   ` John MacFarlane
     [not found]     ` <20150612175622.GA11432-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
2015-06-12 20:22       ` Thomas Hodgson

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