Re: [Tools-discuss] markdown .md file tools

Carsten Bormann <cabo@tzi.org> Fri, 29 April 2022 15:59 UTC

Return-Path: <cabo@tzi.org>
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 29FBFC15EE15 for <tools-discuss@ietfa.amsl.com>; Fri, 29 Apr 2022 08:59:38 -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 ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3hR2f3cdtCG5 for <tools-discuss@ietfa.amsl.com>; Fri, 29 Apr 2022 08:59:36 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::15]) (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 8AF39C15ED77 for <tools-discuss@ietf.org>; Fri, 29 Apr 2022 08:59:35 -0700 (PDT)
Received: from [192.168.217.118] (p5089ad4f.dip0.t-ipconnect.de [80.137.173.79]) (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 4Kqccg1D2JzDCcC; Fri, 29 Apr 2022 17:59:31 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAC8QAcejNqxqaO7jsW=DuVnUEF0ohQ6CJUFxWe5Oxw_m_TC4Sw@mail.gmail.com>
Date: Fri, 29 Apr 2022 17:59:30 +0200
Cc: tools-discuss <tools-discuss@ietf.org>
X-Mao-Original-Outgoing-Id: 672940770.334142-70166858da2c0755d3e411dea509a890
Content-Transfer-Encoding: quoted-printable
Message-Id: <E94A1812-6000-498C-955F-C22027E56F10@tzi.org>
References: <CAC8QAcejNqxqaO7jsW=DuVnUEF0ohQ6CJUFxWe5Oxw_m_TC4Sw@mail.gmail.com>
To: sarikaya@ieee.org
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/f3HrmE19LtgHC3b_rHCrgQ2quZU>
Subject: Re: [Tools-discuss] markdown .md file tools
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.34
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, 29 Apr 2022 15:59:38 -0000

On 2022-04-29, at 17:08, Behcet Sarikaya <sarikaya2012@gmail.com> wrote:
> 
> Hi all,
> 
> I wonder if there is kramdown-rfc7749? I have kramdown-rfc2629.

Because chasing RFC numbers is not so bright, this is now simply kramdown-rfc.

gem install kramdown-rfc

> I get this error message:
> 
> *** Input contains HT ("tab") characters. Undefined behavior will ensue.

This is a warning.  How to fix this depends on your platform and/or editor of choice.

> /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych.rb:456:in `parse': (<unknown>): did not find expected key while parsing a block mapping at line 36 column 3 (Psych::SyntaxError)

Something is wrong with your YAML header at line 36, column 3.

If you send me your .md file, I can maybe say more.

Grüße, Carsten