From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Preferred blog format - Markdown or SXML? Date: Sun, 22 Apr 2018 16:38:55 +0200 Message-ID: <87in8jtif4.fsf@elephly.net> References: <87efj7y7bj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAG9I-0002O3-Tq for guix-devel@gnu.org; Sun, 22 Apr 2018 10:39:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAG9F-0006iU-QC for guix-devel@gnu.org; Sun, 22 Apr 2018 10:39:28 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fAG9F-0006bu-Hp for guix-devel@gnu.org; Sun, 22 Apr 2018 10:39:25 -0400 In-reply-to: <87efj7y7bj.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Chris Marusich Cc: guix-devel@gnu.org Hi Chris, > I'd like to write a couple blog posts for the Guix blog [1]. The > guix-artwork Git repository [2] appears to contain the existing posts. > Most are written using SXML [3], but some are written using Markdown[=E2= =80=A6] Generally, the older ones are written in SXML because earlier Haunt did not have a Markdown reader. Unless you need special HTML constructs or classes I suggest using Markdown for the Guix blog. --=20 Ricardo