Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rfP5L-00HSlX-A4 for pgsql-hackers@arkaria.postgresql.org; Wed, 28 Feb 2024 18:55:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rfP5J-00E1M1-N8 for pgsql-hackers@arkaria.postgresql.org; Wed, 28 Feb 2024 18:55:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rfP5J-00E1Lt-5H for pgsql-hackers@lists.postgresql.org; Wed, 28 Feb 2024 18:55:17 +0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rfP5G-001qDN-BU for pgsql-hackers@postgresql.org; Wed, 28 Feb 2024 18:55:17 +0000 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 7A6AE1DC025; Wed, 28 Feb 2024 13:55:11 -0500 (EST) (envelope-from david@justatheory.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=sasl; bh= 8uP+zncKNsDtwF7bGaU4XuVBfDOfEuzynwpZ3p07dcM=; b=w9vpq8lp5oIcmcpW j/1p2ElaJySidi0VvUT+woA71BTQPQpPCXS69IdXNUkem1nQiwatNtaZD55ciMqM YefsEsXtJAcnG06iY9Zj2zoGlRBMyhg6uZFrkahzn4f6p3cpFmAAzV+0K0X0h+za ct/pI98RoXNpdTiA2OCRBZbeS/I= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 6F85B1DC022; Wed, 28 Feb 2024 13:55:11 -0500 (EST) (envelope-from david@justatheory.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=justatheory.com; h=content-type:mime-version:subject:from:in-reply-to:date:cc:content-transfer-encoding:message-id:references:to; s=2016-12.pbsmtp; bh=8uP+zncKNsDtwF7bGaU4XuVBfDOfEuzynwpZ3p07dcM=; b=HamzXgE5Bvqi6lxoiSUay4ZbsBPxy0jQrDh3secuu8P9lVOAfD/OTtRCWgmWVAJtMEaEPcRYNsAcJazfXEtSrCoYCpZk+CmC8j878hof4rfooX8zYyqfQDLSvbRMfXKQXtilKFVaHP4k5FXKlFlwuY2/AwHsbc+5fdYIXQmA9xg= Received: from smtpclient.apple (unknown [158.222.197.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 725901DC021; Wed, 28 Feb 2024 13:55:10 -0500 (EST) (envelope-from david@justatheory.com) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.400.31\)) Subject: Re: An improved README experience for PostgreSQL From: "David E. Wheeler" In-Reply-To: <202402281851.37k26w47cced@alvherre.pgsql> Date: Wed, 28 Feb 2024 13:54:59 -0500 Cc: Joe Conway , Daniel Gustafsson , Nathan Bossart , Tom Lane , Andrew Atkinson , PostgreSQL Hackers , Samay Sharma Content-Transfer-Encoding: quoted-printable Message-Id: References: <202402281851.37k26w47cced@alvherre.pgsql> To: Alvaro Herrera X-Mailer: Apple Mail (2.3774.400.31) X-Pobox-Relay-ID: E5F3694A-D66A-11EE-AFE6-25B3960A682E-76319746!pb-smtp2.pobox.com List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Feb 28, 2024, at 1:51=E2=80=AFPM, Alvaro Herrera = wrote: =20 > *IF* people don't go overboard, yes. I agree, but let's keep an eye = so > that it doesn't become an unreadable mess. I've seen some really > horrible markdown files that I'm sure most of you would object to. Markdown++ IME the keys to decent-looking Markdown are: 1. Wrapping lines to a legible width (76-80 chars) 2. Link references rather than inline links I try to follow these for my blog; posts end up looking like this: https://justatheory.com/2024/02/extension-metadata-typology.text (Append `.text` to any post to see the raw(ish) Markdown. Best, David