public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* two consecutive references
@ 2013-10-16 10:22 Václav Zeman
       [not found] ` <CAKw7uViFCby7ht5-QuCP_53ixbnBuN3mx9v7V1Ef5nqXO6aDJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Václav Zeman @ 2013-10-16 10:22 UTC (permalink / raw)
  To: pandoc-discuss

Hi.

I am writing a text where there are two references one after another
separated by a space: [gSOAP] [libcurl]. Unfortunately, Pandoc parses
that as a reference to libcurl with "gSOAP" as the text. Is this a bug
or an intention? Can I write a document with two consecutive
references anyhow else?

-- 
VZ


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

* Re: two consecutive references
       [not found] ` <CAKw7uViFCby7ht5-QuCP_53ixbnBuN3mx9v7V1Ef5nqXO6aDJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2013-10-16 16:11   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2013-10-16 16:11 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

No, that's just how markdown reference links work.  (See Gruber's
documentation.)

If you want two references, you can do

    [gSOAP][] [libcurl][]

or use an escaped space

    [gSOAP]\ [libcurl]

+++ Václav Zeman [Oct 16 13 12:22 ]:
> Hi.
> 
> I am writing a text where there are two references one after another
> separated by a space: [gSOAP] [libcurl]. Unfortunately, Pandoc parses
> that as a reference to libcurl with "gSOAP" as the text. Is this a bug
> or an intention? Can I write a document with two consecutive
> references anyhow else?
> 
> -- 
> VZ
> 
> -- 
> 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/CAKw7uViFCby7ht5-QuCP_53ixbnBuN3mx9v7V1Ef5nqXO6aDJQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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/20131016161146.GC52267%40Johns-MacBook-Pro.local.
For more options, visit https://groups.google.com/groups/opt_out.


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

end of thread, other threads:[~2013-10-16 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-16 10:22 two consecutive references Václav Zeman
     [not found] ` <CAKw7uViFCby7ht5-QuCP_53ixbnBuN3mx9v7V1Ef5nqXO6aDJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-10-16 16:11   ` 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).