From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v5 RFC 01/14] docs: libxc migration stream specification Date: Tue, 17 Jun 2014 18:42:11 +0100 Message-ID: <53A07DF3.1000708@citrix.com> References: <1402510482-21099-1-git-send-email-andrew.cooper3@citrix.com> <1402510482-21099-2-git-send-email-andrew.cooper3@citrix.com> <1403018442.16844.145.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1403018442.16844.145.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On 17/06/14 16:20, Ian Campbell wrote: > On Wed, 2014-06-11 at 19:14 +0100, Andrew Cooper wrote: >> The pandoc markdown format is a superset of plain markdown, and while >> `markdown` is capable of making plausible documents from it, the results are >> not fantastic. > "not fantastic" doesn't sound like a reason to not generate the html and > txt versions of it. > > Ian. > Actually it turns out that adding txt and html support with pandoc is trivial, so I have done. ~Andrew