Re: [irsg] [EXTERNAL] Question about Codimd for w.g. minutes

Carsten Bormann <cabo@tzi.org> Fri, 30 July 2021 00:06 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: wgchairs@ietfa.amsl.com
Delivered-To: wgchairs@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 38B5B3A1150 for <wgchairs@ietfa.amsl.com>; Thu, 29 Jul 2021 17:06:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level:
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 CbaxT23aftTf for <wgchairs@ietfa.amsl.com>; Thu, 29 Jul 2021 17:06:10 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.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 D1FBA3A1167 for <wgchairs@ietf.org>; Thu, 29 Jul 2021 17:06:04 -0700 (PDT)
Received: from [192.168.217.118] (p548dcc89.dip0.t-ipconnect.de [84.141.204.137]) (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 4GbSNV5HcVz31Qg; Fri, 30 Jul 2021 02:06:02 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
Subject: Re: [irsg] [EXTERNAL] Question about Codimd for w.g. minutes
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <F3BF3819-EEB9-48F1-BA3F-78719EDEDA62@tzi.org>
Date: Fri, 30 Jul 2021 02:06:02 +0200
Cc: Working Group Chairs <wgchairs@ietf.org>
X-Mao-Original-Outgoing-Id: 649296362.225431-e28b241a847c057ed322c03eafbfd634
Content-Transfer-Encoding: quoted-printable
Message-Id: <854C234B-6B23-426C-B450-89B61F11ECBC@tzi.org>
References: <2A3CF02D-ACAC-440E-87FC-DD247C9DF0CA@gmail.com> <2B94E2D4-20E8-4E10-8A10-321F6E4C22FA@nbcuni.com> <8178CA4F-3AC1-4C01-91DF-B3864D23183F@gmail.com> <0D4DA368-BE52-4D51-986B-389CDDE7D680@nbcuni.com> <CAJU8_nWzmWiELMwme6P=r5DygZotEHAAP3A+HA3+SQLbd5DSMA@mail.gmail.com> <36687D77-F596-43A1-BD85-AC60B381BB3A@gmail.com> <62B18365-90F0-4773-8DEF-ABE9DE1A85F4@nbcuni.com> <CAJU8_nXevwOYaGvZdWWfEcKqNnfnHNzFK-PMv-PYTW-R8v12nw@mail.gmail.com> <528CDFDC-21B4-4BA1-8373-23744A460F6B@tzi.org> <DM6PR02MB6924B0A8C7D7F2BE1F1A32FBC3EB9@DM6PR02MB6924.namprd02.prod.outlook.com> <F3BF3819-EEB9-48F1-BA3F-78719EDEDA62@tzi.org>
To: "STARK, BARBARA H" <bs7652@att.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/wgchairs/w4_mqISPgsQUtUdkvUCUnf_ambM>
X-BeenThere: wgchairs@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Working Group Chairs <wgchairs.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/wgchairs>, <mailto:wgchairs-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/wgchairs/>
List-Post: <mailto:wgchairs@ietf.org>
List-Help: <mailto:wgchairs-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/wgchairs>, <mailto:wgchairs-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Jul 2021 00:06:17 -0000

On 2021-07-29, at 23:37, Carsten Bormann <cabo@tzi.org> wrote:
> 
> I might throw a little tool that does that into the next kramdown-rfc revision.  Maybe just in time for other people’s minutes…

Done.

1.5.6: New command: de-gfm

Convert GFM-style (hard-wrap) markdown to standard markdown

(no option:) use brittle end-of-line spaces
-b: use <br/>
-c: use \
-k: use \\


As usual:
gem update


Get the codimd markdown, and run

de-gfm foo.md > foo-soft.md

The result has brittle end-of-line spaces, so you need to edit the file with care.  -b, -c, -k use various other ways to indicate line breaks; it seems datatracker only knows the brittle ones and the -b ones.

Comments welcome.

Grüße, Carsten