Re: [Rfc-markdown] [rfc-i] CORRECTION RE: Problem with Kramdown tooling and figures?

Michael Richardson <mcr@sandelman.ca> Mon, 18 July 2022 21:19 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 57829C14F74C; Mon, 18 Jul 2022 14:19:19 -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=unavailable 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 wcspUm02lwUm; Mon, 18 Jul 2022 14:19:15 -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) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7EEFBC14CF06; Mon, 18 Jul 2022 14:19:15 -0700 (PDT)
Received: from dooku.sandelman.ca (unknown [149.97.254.112]) by relay.sandelman.ca (Postfix) with ESMTPS id 3C9331F459; Mon, 18 Jul 2022 21:19:12 +0000 (UTC)
Received: by dooku.sandelman.ca (Postfix, from userid 179) id 5C3B91A0461; Mon, 18 Jul 2022 17:19:03 -0400 (EDT)
From: Michael Richardson <mcr@sandelman.ca>
To: Carsten Bormann <cabo@tzi.org>
cc: "Paul Duffy (paduffy)" <paduffy@cisco.com>, Kesara Rathnayake <kesara@staff.ietf.org>, Jay Daley <exec-director@ietf.org>, "rfc-markdown@ietf.org" <rfc-markdown@ietf.org>, RFC Interest <rfc-interest@rfc-editor.org>
In-reply-to: <C74845D7-007B-43D9-89DC-8F1285890FA9@tzi.org>
References: <MN2PR11MB3757223DDB24EC24024A0576B9A69@MN2PR11MB3757.namprd11.prod.outlook.com> <C74845D7-007B-43D9-89DC-8F1285890FA9@tzi.org>
Comments: In-reply-to Carsten Bormann <cabo@tzi.org> message dated "Mon, 18 Jul 2022 21:41:50 +0200."
X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.3
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Date: Mon, 18 Jul 2022 17:19:03 -0400
Message-ID: <1294992.1658179143@dooku>
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/nz6-QaxcTs6S8SpLHPnurcZhU6k>
Subject: Re: [Rfc-markdown] [rfc-i] CORRECTION RE: Problem with Kramdown tooling and figures?
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, 18 Jul 2022 21:19:19 -0000

Carsten Bormann <cabo@tzi.org> wrote:
    > This:

    >> <figure> <name>NMS View of Device State</name> <artset> <artwork
    >> type="svg"
    >> src="https://www.rfc-editor.org/materials/format/svg/stream.svg "/>
    >> <artwork type="ascii-art"> Artwork only available as SVG (PDF and
    >> HTML) </artwork> </artset> </figure>

    > should work.  Any < or & you need in the “only available…” text need to
    > be escaped as &lt; and &amp;

Can this go into an example?