Re: [Emo-dir] quick-start guides

Carsten Bormann <cabo@tzi.org> Mon, 31 January 2022 23:28 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: emo-dir@ietfa.amsl.com
Delivered-To: emo-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 668893A1CB3 for <emo-dir@ietfa.amsl.com>; Mon, 31 Jan 2022 15:28:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.899
X-Spam-Level:
X-Spam-Status: No, score=-6.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EptAvl1n2ek6 for <emo-dir@ietfa.amsl.com>; Mon, 31 Jan 2022 15:28:31 -0800 (PST)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C839E3A1CB0 for <emo-dir@ietf.org>; Mon, 31 Jan 2022 15:28:31 -0800 (PST)
Received: from smtpclient.apple (p5089ad4f.dip0.t-ipconnect.de [80.137.173.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4JnklH3XDYzDCcM; Tue, 1 Feb 2022 00:28:27 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.40.0.1.81\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <Yff/BTmBFRxZ1hKA@faui48e.informatik.uni-erlangen.de>
Date: Tue, 01 Feb 2022 00:28:26 +0100
Cc: Lars Eggert <lars@eggert.org>, emo-dir@ietf.org, Alice Russo <arusso@amsl.com>
Content-Transfer-Encoding: quoted-printable
Message-Id: <991BF843-26F3-4787-B483-FFBBA81E1EC2@tzi.org>
References: <51F3DD06-DA88-4DBD-ABBA-1CD0972326A4@amsl.com> <2FBDEFE9-CE5B-4CD3-BE20-670056E836A4@eggert.org> <Yff/BTmBFRxZ1hKA@faui48e.informatik.uni-erlangen.de>
To: Toerless Eckert <tte@cs.fau.de>
X-Mailer: Apple Mail (2.3693.40.0.1.81)
Archived-At: <https://mailarchive.ietf.org/arch/msg/emo-dir/j7rVyIk-DzPZZyY1JWmmUH6_198>
Subject: Re: [Emo-dir] quick-start guides
X-BeenThere: emo-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Education, Mentoring & Outreach Directorate" <emo-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/emo-dir>, <mailto:emo-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/emo-dir/>
List-Post: <mailto:emo-dir@ietf.org>
List-Help: <mailto:emo-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/emo-dir>, <mailto:emo-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 31 Jan 2022 23:28:37 -0000

On 31. Jan 2022, at 16:23, Toerless Eckert <tte@cs.fau.de> wrote:
> 
> I couldn't find a tool
> to extract the MD from the XML though.

It’s called kramdown-rfc-extract-markdown 

   kramdown-rfc-extract-markdown myfile.xml >myfile.md

Documented at:

https://github.com/cabo/kramdown-rfc2629#upconversion

Grüße, Carsten