public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: relative URLs in a reveal.js output
Date: Sat, 23 Jan 2016 14:18:14 -0800	[thread overview]
Message-ID: <20160123221813.GE82743@MacBook-Air-2.local> (raw)
In-Reply-To: <520256b2-9630-4dad-a848-07ebc665812a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

+++ Sam Halliday [Jan 23 16 10:13 ]:
>   Hi all,
>   I am including some relative paths to my images in an org-mode file
>   that is processed by pandoc into reveal.js.
>   The images look like
>     [[file:images/architecture.png]]
>   which have been generated from an org-mode ditaa run, and are processed
>   into
>   <img src="file:images/architecture.png" alt="" />
>   is there any way to make it output
>   <img src="images/architecture.png" alt="" />
>   or must I manually edit the RESULTS part?

You could write a simple filter (or just use sed on the
output).


  parent reply	other threads:[~2016-01-23 22:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 18:13 Sam Halliday
     [not found] ` <520256b2-9630-4dad-a848-07ebc665812a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2016-01-23 22:18   ` John MacFarlane [this message]
2016-05-08 17:00   ` Albert Krewinkel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160123221813.GE82743@MacBook-Air-2.local \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).