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

Robert Sparks <rjsparks@nostrum.com> Fri, 30 July 2021 00:32 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 65A243A1230 for <tools-discuss@ietfa.amsl.com>; Thu, 29 Jul 2021 17:32:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level:
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 MFStPvdKWUjv for <tools-discuss@ietfa.amsl.com>; Thu, 29 Jul 2021 17:32:39 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A4AB3A122E for <tools-discuss@ietf.org>; Thu, 29 Jul 2021 17:32:39 -0700 (PDT)
Received: from smtpclient.apple ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 16U0WZ0s037830 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 29 Jul 2021 19:32:36 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1627605156; bh=pFkdPH782rodWD8skdlcAOESRUMMofI8yCgpHJFTw90=; h=From:Subject:Date:References:Cc:In-Reply-To:To; b=SC7A8As6r0RyRskEoUw8MIO3qnYzkktOKEiTzLNmu8Et/T3Iqy1+PnlZ0sYySUvw+ bO6PN6dfuPF0yR8LJnMXv5jhIzlYmDdgFEF9v9P3ZN0vOf6afCR+4wmgovEpziOIj2 uuyBUhXUD+5cnHyQfNPI4d+eXVhF/yk8MJVTzsKg=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be smtpclient.apple
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
From: Robert Sparks <rjsparks@nostrum.com>
Mime-Version: 1.0 (1.0)
Date: Thu, 29 Jul 2021 19:32:30 -0500
Message-Id: <F09E955A-61E8-411A-B1DE-7C9036E352A6@nostrum.com>
References: <43AD0E13-4450-4CB1-AC3E-4A73408B613F@tzi.org>
Cc: tools-discuss@ietf.org
In-Reply-To: <43AD0E13-4450-4CB1-AC3E-4A73408B613F@tzi.org>
To: Carsten Bormann <cabo@tzi.org>
X-Mailer: iPhone Mail (18F72)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/_bQ0CufCv2aqeytHXHJbt4UYth8>
Subject: Re: [Tools-discuss] [irsg] [EXTERNAL] Question about Codimd for w.g. minutes
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Jul 2021 00:32:45 -0000

Maybe we can provide out own extension that does better?

It would be a boon if there were a suppurted python renderer that followed the sane-for-server-side part of codimd’s renderer. 

Or maybe we push the rendering to the browser and leave the wont do js folks behind?

Sent from my iPhone

> On Jul 29, 2021, at 6:43 PM, Carsten Bormann <cabo@tzi.org> wrote:
> 
> OK, I’m mostly interested in minutes.
> 
> It seems markdown non-2 only has the super-brittle original markdown double end-of-line spaces and <br/>.  Not the choice I was hoping for, but maybe what was to be expected (this is not a well-lit part of the markdown landscape).
> 
> Grüße, Carsten
> 
> 
>> On 2021-07-30, at 01:19, Robert Sparks <rjsparks@nostrum.com> wrote:
>> 
>> I'm aiming to move all places markdown in the datatracker to render using https://github.com/Python-Markdown/markdown (not markdown2), providing extensions=['extra'] to the rendering call.
>> 
>> RjS
>> 
>> 
>>> On 7/29/21 5:06 PM, Carsten Bormann wrote:
>>> Which markdown dialect(s) does the datatracker like these days?
>>> 
>>> (I’m asking because I need to know whether <br/> should be input as “  “ at the end of line (original brittle way), “\\” (not as widely used), or “<br/>” (ugly).)
>>> 
>>> Grüße, Carsten
>>> 
>>> 
>>>> Begin forwarded message:
>>>> 
>>>> From: Carsten Bormann <cabo@tzi.org>
>>>> Subject: Re: [irsg] [EXTERNAL] Question about Codimd for w.g. minutes
>>>> Date: 2021-07-29 at 23:37:19 CEST
>>>> To: "STARK, BARBARA H" <bs7652@att.com>
>>>> Cc: Working Group Chairs <wgchairs@ietf.org>
>>>> Archived-At: <https://mailarchive.ietf.org/arch/msg/wgchairs/jt_aPWObx7WFed-I7Won1IxNjvE>
>>>> Archived-At: <https://mailarchive.ietf.org/arch/msg/irsg/NPtVuQ_rt3m8teinaDF8jMboCX0>
>>>> Message-Id: <F3BF3819-EEB9-48F1-BA3F-78719EDEDA62@tzi.org>
>>>> 
>>>> On 2021-07-29, at 22:13, STARK, BARBARA H <bs7652@att.com> wrote:
>>>>> The main edit I do is to put blank lines between all paragraphs. Then I upload the .md file to datatracker.
>>>> I might throw a little tool that does that into the next kramdown-rfc revision.  Maybe just in time for other people’s minutes…
>>>> 
>>>> Grüße, Carsten
>>>> 
>>> ___________________________________________________________
>>> Tools-discuss mailing list - Tools-discuss@ietf.org
>>> This list is for discussion, not for action requests or bug reports.
>>> * Report datatracker and mailarchive bugs to: datatracker-project@ietf.org
>>> * Report tools.ietf.org bugs to: webmaster@tools.ietf.org
>>> * Report all other bugs or issues to: ietf-action@ietf.org
>>> List info (including how to Unsubscribe): https://www.ietf.org/mailman/listinfo/tools-discuss
>> 
>> ___________________________________________________________
>> Tools-discuss mailing list - Tools-discuss@ietf.org
>> This list is for discussion, not for action requests or bug reports.
>> * Report datatracker and mailarchive bugs to: datatracker-project@ietf.org
>> * Report tools.ietf.org bugs to: webmaster@tools.ietf.org
>> * Report all other bugs or issues to: ietf-action@ietf.org
>> List info (including how to Unsubscribe): https://www.ietf.org/mailman/listinfo/tools-discuss
>