Re: [Rfc-markdown] references in tables

Michael Richardson <mcr@sandelman.ca> Mon, 19 September 2022 09:18 UTC

Return-Path: <mcr@sandelman.ca>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D2870C1522A3 for <rfc-markdown@ietfa.amsl.com>; Mon, 19 Sep 2022 02:18:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.906
X-Spam-Level:
X-Spam-Status: No, score=-1.906 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kq61YziLObRu for <rfc-markdown@ietfa.amsl.com>; Mon, 19 Sep 2022 02:18:49 -0700 (PDT)
Received: from relay.sandelman.ca (relay.cooperix.net [IPv6:2a01:7e00:e000:2bb::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7949AC14CE27 for <rfc-markdown@ietf.org>; Mon, 19 Sep 2022 02:18:49 -0700 (PDT)
Received: from dooku.sandelman.ca (dynamic-089-014-037-053.89.14.pool.telefonica.de [89.14.37.53]) by relay.sandelman.ca (Postfix) with ESMTPS id 431441F455; Mon, 19 Sep 2022 09:18:47 +0000 (UTC)
Received: by dooku.sandelman.ca (Postfix, from userid 179) id B77A91A0FCB; Mon, 19 Sep 2022 11:18:46 +0200 (CEST)
From: Michael Richardson <mcr@sandelman.ca>
To: Carsten Bormann <cabo@tzi.org>
cc: rfc-markdown@ietf.org
In-reply-to: <4DD7A8BA-624D-4C96-8FC5-F21883C2199A@tzi.org>
References: <473133.1663444651@dooku> <83DD423A-EABB-4BA4-9EC6-D3C1A6A7385A@tzi.org> <4DD7A8BA-624D-4C96-8FC5-F21883C2199A@tzi.org>
Comments: In-reply-to Carsten Bormann <cabo@tzi.org> message dated "Sat, 17 Sep 2022 22:18:44 +0200."
X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 27.1
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <297213.1663579126.1@dooku>
Date: Mon, 19 Sep 2022 11:18:46 +0200
Message-ID: <297214.1663579126@dooku>
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/PluRD5FZpml5sE0gFtWJ3ZNOkWM>
Subject: Re: [Rfc-markdown] references in tables
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Sep 2022 09:18:54 -0000

Carsten Bormann <cabo@tzi.org> wrote:
    > On 2022-09-17, at 22:05, Carsten Bormann <cabo@tzi.org> wrote:
    >>
    >> Send source.

> Oh, and if this *was* the source, this was not a table.

duh on me.

    > https://kramdown.gettalong.org/quickref.html#tables
    > (See the CBORbis draft for a practical example.)

Thank you.