Re: [irsg] codimd -> agenda

Carsten Bormann <cabo@tzi.org> Thu, 21 October 2021 19:20 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 4A93D3A08D6 for <wgchairs@ietfa.amsl.com>; Thu, 21 Oct 2021 12:20:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-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 CBbzZb0JZRPl for <wgchairs@ietfa.amsl.com>; Thu, 21 Oct 2021 12:20:39 -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 9479A3A0542 for <wgchairs@ietf.org>; Thu, 21 Oct 2021 12:20:38 -0700 (PDT)
Received: from [192.168.217.118] (p5089a10c.dip0.t-ipconnect.de [80.137.161.12]) (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 4HZy4M3wzwz30Kx; Thu, 21 Oct 2021 21:20:35 +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] codimd -> agenda
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <87B9F086-FCA5-409F-B343-17E725A53FA4@gmail.com>
Date: Thu, 21 Oct 2021 21:20:35 +0200
Cc: WG Chairs <wgchairs@ietf.org>
X-Mao-Original-Outgoing-Id: 656536834.995154-9e42707d5e951ad07b2796aa3e57a42a
Content-Transfer-Encoding: quoted-printable
Message-Id: <F695F401-386B-437D-9D60-D131CCEAF9EC@tzi.org>
References: <87B9F086-FCA5-409F-B343-17E725A53FA4@gmail.com>
To: Aaron Falk <aaron.falk@gmail.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/wgchairs/_sNhwYJw8uw4sc4KPrFToTCuVfk>
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: Thu, 21 Oct 2021 19:20:44 -0000

On 2021-10-21, at 20:57, Aaron Falk <aaron.falk@gmail.com> wrote:
> 
> oddities in the markdown

If you use hedgedoc (nee codimd) in its default configuration, it is configured for hard newlines.  Markdown is usually soft newlines.  The tool de-gfm in kramdown-rfc2629 can fix that for you.

Grüße, Carsten