Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115228 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 5129 invoked from network); 30 Jun 2021 08:56:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jun 2021 08:56:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 10193180531 for ; Wed, 30 Jun 2021 02:16:57 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 30 Jun 2021 02:16:56 -0700 (PDT) Received: by mail-il1-f178.google.com with SMTP id g3so945675ilq.10 for ; Wed, 30 Jun 2021 02:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=J+YSZJtO9pEIxwTxM9Pys9giZ+yj6u50r2ubKxWCA+k=; b=I60OCU0TiSx4Fa7dEmsxFRmsXIr8/8//fqrtQn7UVi0HEnftnDbg9RNZY+np0mtD+J etx8naFnRIzpSeCs+gAn3x67tXIfG7aRDmHlfc4iCwsFlBKRePtTaDx8x9kT764AW/kK oFzxF7Tx3nfsf9mS6SnIbbIIApifQ4L2vzwHRwyaN5qaKDOXu26cxBwDh7dtE96U9oGo mBxh7vbA6aXYWqd+u3C8+u2aWINX9rjb6Dhv39MtRx8YjX0MFPD3Ycwoj0Wn0TZOa7oo d1u/L1nGBKUWruiS3kCszmLQEjboKxziDid/BLsu8zKDU28IzqTeI1CXi+ATvzqmzDP4 apXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=J+YSZJtO9pEIxwTxM9Pys9giZ+yj6u50r2ubKxWCA+k=; b=PXvCnogoLIGkHGk3hoq5VlxPaqGRrBhXjdsQ7pZz2AABd2l0GoYE3WgZyk0nfUSJog yLuS0OLas4XY1q8jZZgIJ/jlRjlDjpl1BiA2Hx0dtF41IDOtyKxdxD9N8oIISDv3GL1Q XA8lk0SZhQddS8jATUSgn5kDvTDRd/pMQIbAh2n2LEIRwdAg5Vl88BTpbWrhFL/5KXK9 CZcvG4Ji1w9ThT0w7vtFqNdPNbptE/l9FSY/C716hkLZTvwboSdvyQYb0k/Hizmi7EhC Err6BxlRDffR2xXCBJw77b95cMjbZ7fdGJ03pVXmI7ZYuXfkCY5ETOnlW7fv0mlKKuen l5yQ== X-Gm-Message-State: AOAM530LvFsj/4zxEB1Exegj1Rs7wX3pU9PaNQaKFTFZoKOHc/iEdIwf zkujVG4okQ5Rg6sLdBMLLGInuGT1rKuzhEO8ffA= X-Google-Smtp-Source: ABdhPJx5DyMzSDersYnOvr+gEyS2HTkMi/VrSWguJNdlUtHvcvHdPMF7o8DFZ3qYchbPvBls5ja3TddbV73Id5g3Wrg= X-Received: by 2002:a92:b30b:: with SMTP id p11mr23970064ilh.114.1625044610833; Wed, 30 Jun 2021 02:16:50 -0700 (PDT) MIME-Version: 1.0 References: <17a588d53cc.f512f451993137.1114693900572862097@manuelcanga.dev> <17a59fe12e6.bbd740bb1055351.7212410057372869791@manuelcanga.dev> In-Reply-To: Date: Wed, 30 Jun 2021 11:16:24 +0200 Message-ID: To: Guilliam Xavier Cc: Manuel Canga , Internals Content-Type: multipart/alternative; boundary="000000000000c5e4ea05c5f82e50" Subject: Re: [PHP-DEV] [RFC] Alternative syntax for Nowdoc. From: kjarli@gmail.com (Lynn) --000000000000c5e4ea05c5f82e50 Content-Type: text/plain; charset="UTF-8" On Wed, Jun 30, 2021 at 11:03 AM Guilliam Xavier wrote: > PS: "amusingly", the code samples are hard to understand after rendered on > https://externals.io/message/115213 I'd expect a lot of markdown issues when trying to write examples using backticks. While such a thing might not be blocking for a nice language feature, it will surely impact the tooling in the ecosystem for documentation. I already run into issues with single line code examples in Discord because it gets messy real fast. Sure it's just an annoyance, but I would like to suggest avoiding it if we can. ``` `const something = `foo`;` ``` --000000000000c5e4ea05c5f82e50--