All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Lars Kurth <lars.kurth@citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	George Dunlap <george.dunlap@citrix.com>,
	Jan Beulich <JBeulich@suse.com>
Subject: [PATCH 3/9] SUPPORT.md: Syntax: Provide a title rather than a spurious empty section
Date: Wed, 25 Apr 2018 13:59:59 +0100	[thread overview]
Message-ID: <1524661205-7088-4-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1524661205-7088-1-git-send-email-ian.jackson@eu.citrix.com>

This commits (more or less) this file to be processed with pandoc,
rather than other markdown processors.  There is, unfortunately, no
widely-accepted way to declare a title for the document.

I tested feeding the document to markdown(1) on Debian jessie and it
reproduced the % line as if it were simple text.  I guess many other
markdown processors will do something similarly tolerable.  My
internet searches did not discover a markdown processor that used
lines starting with % for something else.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Lars Kurth <lars.kurth@citrix.com>
(cherry picked from commit a569c6f815fb6a18c64b8f122f5e2bbecd444432)
---
 SUPPORT.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SUPPORT.md b/SUPPORT.md
index 92c6a2c..201e5a3 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -1,4 +1,4 @@
-# Support statement for this release
+% Support statement for this release
 
 This document describes the support status
 and in particular the security support status of the Xen branch
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2018-04-25 13:00 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25 12:59 [PATCH for-4.10 0/9] SUPPORT.md backports to support matrix generation Ian Jackson
2018-04-25 12:59 ` [PATCH 1/9] SUPPORT.md: Syntax: Fix some bullet lists Ian Jackson
2018-04-25 12:59 ` [PATCH 2/9] SUPPORT.md: Syntax: Fix a typo "States" Ian Jackson
2018-04-25 12:59 ` Ian Jackson [this message]
2018-04-25 13:00 ` [PATCH 4/9] docs/gen-html-index: Extract titles from HTML documents Ian Jackson
2018-04-25 13:00 ` [PATCH 5/9] docs/gen-html-index: Support documents at the toplevel Ian Jackson
2018-04-25 13:00 ` [PATCH 6/9] docs/Makefile: Introduce GENERATE_PANDOC_RULE_RAW Ian Jackson
2018-04-25 13:00 ` [PATCH 7/9] docs/Makefile: Format SUPPORT.md into the toplevel Ian Jackson
2018-04-25 13:00 ` [PATCH 8/9] SUPPORT.md: Move descriptions up before Status info Ian Jackson
2018-04-25 15:01   ` George Dunlap
2018-04-25 13:04     ` [PATCH for-4.11 0/2] SUPPORT.md matrix fixes (series "C") Ian Jackson
2018-04-25 13:04       ` [PATCH 1/2] docs/parse-support-md: Break out find_current_sectnode Ian Jackson
2018-04-25 13:04       ` [PATCH 2/2] docs/parse-support-md: Do caveats properly (!) Ian Jackson
2018-04-25 13:17       ` [PATCH for-4.11 0/2] SUPPORT.md matrix fixes (series "C") Juergen Gross
2018-04-25 13:21         ` Ian Jackson
2018-04-25 13:32           ` Juergen Gross
2018-04-25 13:43             ` George Dunlap
2018-04-25 13:51               ` Ian Jackson
2018-04-25 13:53                 ` Ian Jackson
2018-04-25 13:52               ` Juergen Gross
2018-04-25 13:54                 ` Ian Jackson
2018-04-25 14:01                   ` Juergen Gross
2018-04-25 14:08                     ` Ian Jackson
2018-04-25 13:00 ` [PATCH 9/9] SUPPORT.md: Document the new text ordering rule Ian Jackson
2018-04-25 13:21 ` [PATCH for-4.10 0/9] SUPPORT.md backports to support matrix generation Jan Beulich
2018-04-25 15:03   ` [PATCH for-4.10 0/9] SUPPORT.md backports to support matrix generation [and 4 more messages] Ian Jackson
2018-04-25 15:58     ` Ian Jackson
2018-04-25 16:03       ` Juergen Gross
2018-04-25 13:23 ` [PATCH for-4.10 10/9] SUPPORT.md: Fix a typo Ian Jackson
2018-04-25 13:32   ` Juergen Gross
  -- strict thread matches above, loose matches on Subject: below --
2018-04-11 15:35 [PATCH for-4.11 v2 0/9] Provide support matrix generator Ian Jackson
2018-04-11 15:35 ` [PATCH 3/9] SUPPORT.md: Syntax: Provide a title rather than a spurious empty section Ian Jackson
2018-04-11 15:37   ` George Dunlap
2018-04-11 15:48     ` Ian Jackson

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=1524661205-7088-4-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=george.dunlap@citrix.com \
    --cc=lars.kurth@citrix.com \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.