From owner-svn-src-head@freebsd.org Wed Mar 1 15:49:57 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76C6ECF2B40; Wed, 1 Mar 2017 15:49:57 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B63E6E8; Wed, 1 Mar 2017 15:49:56 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id v21FntP8056899; Wed, 1 Mar 2017 07:49:55 -0800 (PST) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id v21FnsgJ056898; Wed, 1 Mar 2017 07:49:54 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201703011549.v21FnsgJ056898@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r314473 - head In-Reply-To: <3C4A5F75-A1C3-4E71-9782-CA051BA3BF2E@mailbox.org> To: Florian Ermisch Date: Wed, 1 Mar 2017 07:49:54 -0800 (PST) CC: svn-src-head@freebsd.org, Warner Losh , svn-src-all@freebsd.org, src-committers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 15:49:57 -0000 [ Charset UTF-8 unsupported, converting... ] > > > Am 1. M?rz 2017 06:45:25 MEZ schrieb "Rodney W. Grimes" : > >> Author: imp > >> Date: Wed Mar 1 05:05:05 2017 > >> New Revision: 314473 > >> URL: https://svnweb.freebsd.org/changeset/base/314473 > >> > >> Log: > >> Create README.md file for viewing on github. > >> > >> This is a lightly edited README using github's MARKDOWN. > >> > >> Submitted by: Johan > >> Pull Request: https://github.com/freebsd/freebsd/pull/56 > >> > >> Added: > >> head/README.md (contents, props changed) > >> [?] > > [?] > >Also lots and lots of trailing white space... > > > >[?] > > Trailing whitespace can be significant in > markdown: Two trailing spaces force a > linebreak in the rendered output. You have to be kidding me? Anything that treats white space as a significant part of the syntax is... well.. broken by design. Yes, including phython. A quick google yeilds me this about github markdown: (Technical note: Markdown Here uses GFM line breaks, so there's no need to use MD's two-space line breaks.) And wordpress's use of markdown also has abaondon this. I would say lets please abaondon it as a bad idea as it appears as if git/github can use something called GFM? -- Rod Grimes rgrimes@freebsd.org