Re: [irsg] how to upload minutes in markdown format?

Carsten Bormann <cabo@tzi.org> Mon, 02 August 2021 15:52 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 946D43A07DF for <wgchairs@ietfa.amsl.com>; Mon, 2 Aug 2021 08:52:33 -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 uKIwrDIJ7lYM for <wgchairs@ietfa.amsl.com>; Mon, 2 Aug 2021 08:52:27 -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 5E8E83A07D1 for <wgchairs@ietf.org>; Mon, 2 Aug 2021 08:52:27 -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 4GdjF065lxz2xKV; Mon, 2 Aug 2021 17:52:19 +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] how to upload minutes in markdown format?
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <9e53eb9a-8284-87a8-b7fa-bb7cd8dd3be5@nostrum.com>
Date: Mon, 02 Aug 2021 17:52:14 +0200
Cc: Paul Kyzivat <pkyzivat@alum.mit.edu>, Working Group Chairs <wgchairs@ietf.org>
X-Mao-Original-Outgoing-Id: 649612334.436312-c88f13bebfbf80a7e2d92b27d528feea
Content-Transfer-Encoding: quoted-printable
Message-Id: <C4AF4982-78CC-457F-8420-FF335BBE0EF0@tzi.org>
References: <8129fb38-9dd4-426b-679e-40eaf0afaa67@alum.mit.edu> <91951106-6433-4BE0-A952-6FF673090B3E@tzi.org> <9645fdb7-2e4f-7593-12d0-71ed85764903@nostrum.com> <FFC28F29-C63F-4FEC-9F1E-15CD98325817@tzi.org> <9e53eb9a-8284-87a8-b7fa-bb7cd8dd3be5@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/wgchairs/N00yNCcRLm4aqrawqHQsSqGYsB0>
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: Mon, 02 Aug 2021 15:52:34 -0000

On 2021-08-02, at 17:43, Robert Sparks <rjsparks@nostrum.com> wrote:
> 
> Testing in a local instance, bad things happen with the "HTML" download, but the results with "Raw HTML" are more reasonable.

Great.  No problems with ancient charsets invading?

> But .md would be better.

That’s what I wrote de-gfm for.

de-gfm the-markdown-i-got-from-codimd.md >the-markdown-i-ll-upload.md

(Add a -b to avoid the not-so-bright markdown “feature” of using spaces at the end of the line.)

Grüße, Carsten