public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* [markdown] links between documents
@ 2019-02-06 21:00 Alon Bar-Lev
       [not found] ` <CAOazyz04jcRfqkGEkpb2FcBmjVJ7C=7cvSf-Tm1wKBWeCKEuoQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Alon Bar-Lev @ 2019-02-06 21:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Hi All,

I need to find a solution of generate markdown to pdf.
pandoc looks promising, however, I must be missing something.

Let's take the following two files:

a.md
---
# Title A

A content.

See [this](b.md).
---

b.md
---
# Title B

B content.
---

Run:
$ pandoc -o a.html --reference-links a.md b.md
$ pandoc -o a.pdf --reference-links a.md b.md

In both cases the link to B actually goes to the filesystem b.md
instead of being a reference to the content of B within the document.

Can this be worked out somehow with parameters? I could not find
anything that made an impact.

Thanks,
Alon


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

end of thread, other threads:[~2019-02-08 16:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 21:00 [markdown] links between documents Alon Bar-Lev
     [not found] ` <CAOazyz04jcRfqkGEkpb2FcBmjVJ7C=7cvSf-Tm1wKBWeCKEuoQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-02-07  0:13   ` BPJ
     [not found]     ` <CADAJKhCnRDa+CWqntyPrvqfpSmO+Zakb8hj==C0XxPzBNeBJZQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-02-07  6:26       ` Alon Bar-Lev
     [not found]         ` <CAOazyz2k3FYHaF4SjVX0agZDH=4ZSAKm6QYyTppVvaQymnbXJA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-02-07 20:18           ` BP Jonsson
     [not found]             ` <a2366d6c-8f01-2119-1c93-30404f689d25-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-02-08 16:35               ` Alon Bar-Lev

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